ModelStore.IModelAnnotationHolder.GetAnnotations メソッド (ModelStore.Identifier, Type)
名前空間 : Microsoft.Data.Schema.SchemaModel
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Private Function GetAnnotations ( _
identifier As ModelStore..::.Identifier, _
annotationType As Type _
) As IList(Of IModelAnnotation) Implements IModelAnnotationHolder.GetAnnotations
'使用
Dim instance As ModelStore
Dim identifier As ModelStore..::.Identifier
Dim annotationType As Type
Dim returnValue As IList(Of IModelAnnotation)
returnValue = CType(instance, IModelAnnotationHolder).GetAnnotations(identifier, _
annotationType)
IList<IModelAnnotation> IModelAnnotationHolder.GetAnnotations(
ModelStore..::.Identifier identifier,
Type annotationType
)
private:
virtual IList<IModelAnnotation^>^ GetAnnotations(
ModelStore..::.Identifier^ identifier,
Type^ annotationType
) sealed = IModelAnnotationHolder::GetAnnotations
JScript では、明示的なインターフェイスの実装はサポートされません。
パラメータ
- identifier
型 : Microsoft.Data.Schema.SchemaModel.ModelStore.Identifier
- annotationType
型 : System.Type
戻り値
型 : System.Collections.Generic.IList<IModelAnnotation>
実装
IModelAnnotationHolder.GetAnnotations(ModelStore.Identifier, Type)
参照
参照
ModelStore オーバーロード