IModelAnnotationHolder.GetAnnotations メソッド (Type)

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

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

構文

'宣言
Function GetAnnotations ( _
    annotationType As Type _
) As IList(Of IModelAnnotation)
'使用
Dim instance As IModelAnnotationHolder
Dim annotationType As Type
Dim returnValue As IList(Of IModelAnnotation)

returnValue = instance.GetAnnotations(annotationType)
IList<IModelAnnotation> GetAnnotations(
    Type annotationType
)
IList<IModelAnnotation^>^ GetAnnotations(
    Type^ annotationType
)
function GetAnnotations(
    annotationType : Type
) : IList<IModelAnnotation>

パラメータ

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

戻り値

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

参照

参照

IModelAnnotationHolder インターフェイス

IModelAnnotationHolder メンバ

GetAnnotations オーバーロード

Microsoft.Data.Schema.SchemaModel 名前空間