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