ModelStore.IModelAnnotationHolder.GetAnnotations メソッド

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

構文

'宣言
Private Function GetAnnotations(Of TType As {Class, IModelAnnotation}) As IList(Of TType)
    Implements IModelAnnotationHolder.GetAnnotations
'使用
Dim instance As ModelStore
Dim returnValue As IList(Of TType)

returnValue = CType(instance, IModelAnnotationHolder).GetAnnotations()
IList<TType> IModelAnnotationHolder.GetAnnotations<TType>()
where TType : class, IModelAnnotation
private:
generic<typename TType>
where TType : ref class, IModelAnnotation
virtual IList<TType>^ GetAnnotations() sealed = IModelAnnotationHolder::GetAnnotations
JScript では、ジェネリックな型またはメソッドは使用できません。

型パラメータ

  • TType

戻り値

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

実装

IModelAnnotationHolder.GetAnnotations<TType>()

参照

参照

ModelStore クラス

ModelStore メンバ

ModelStore オーバーロード

Microsoft.Data.Schema.SchemaModel 名前空間