IModelAnnotationHolder.GetAnnotations メソッド (ModelStore.Identifier, Type)

特定の型を実装し、識別子を名前とする、アタッチされた注釈の一覧を返します。

名前空間 :  Microsoft.Data.Schema.SchemaModel
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Function GetAnnotations ( _
    identifier As ModelStore..::.Identifier, _
    annotationType As Type _
) As IList(Of IModelAnnotation)
'使用
Dim instance As IModelAnnotationHolder
Dim identifier As ModelStore..::.Identifier
Dim annotationType As Type
Dim returnValue As IList(Of IModelAnnotation)

returnValue = instance.GetAnnotations(identifier, _
    annotationType)
IList<IModelAnnotation> GetAnnotations(
    ModelStore..::.Identifier identifier,
    Type annotationType
)
IList<IModelAnnotation^>^ GetAnnotations(
    ModelStore..::.Identifier^ identifier, 
    Type^ annotationType
)
function GetAnnotations(
    identifier : ModelStore..::.Identifier, 
    annotationType : Type
) : IList<IModelAnnotation>

パラメータ

  • annotationType
    型 : System.Type
    注釈の種類を指定します。

戻り値

型 : System.Collections.Generic.IList<IModelAnnotation>

参照

参照

IModelAnnotationHolder インターフェイス

IModelAnnotationHolder メンバ

GetAnnotations オーバーロード

Microsoft.Data.Schema.SchemaModel 名前空間