IModelAnnotationHolder.GetAnnotations<TType> メソッド (ModelStore.Identifier)
特定の型を実装し、識別子を名前とする、アタッチされたすべての注釈を返します。
名前空間 : Microsoft.Data.Schema.SchemaModel
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Function GetAnnotations(Of TType As {Class, IModelAnnotation}) ( _
identifier As ModelStore..::.Identifier _
) As IList(Of TType)
'使用
Dim instance As IModelAnnotationHolder
Dim identifier As ModelStore..::.Identifier
Dim returnValue As IList(Of TType)
returnValue = instance.GetAnnotations(identifier)
IList<TType> GetAnnotations<TType>(
ModelStore..::.Identifier identifier
)
where TType : class, IModelAnnotation
generic<typename TType>
where TType : ref class, IModelAnnotation
IList<TType>^ GetAnnotations(
ModelStore..::.Identifier^ identifier
)
JScript では、ジェネリックな型またはメソッドは使用できません。
型パラメータ
- TType
パラメータ
- identifier
型 : Microsoft.Data.Schema.SchemaModel.ModelStore.Identifier
識別子を指定します。
戻り値
型 : System.Collections.Generic.IList<TType>