共用方式為


ExtensionMethods.GetAnnotationValue<T> 方法 (IEdmModel, IEdmElement)

取得可註釋元素中的註釋值。

命名空間:  Microsoft.Data.Edm
組件:  Microsoft.Data.Edm (在 Microsoft.Data.Edm.dll 中)

語法

'宣告
<ExtensionAttribute> _
Public Shared Function GetAnnotationValue(Of T As Class) ( _
    model As IEdmModel, _
    element As IEdmElement _
) As T
'用途
Dim model As IEdmModel
Dim element As IEdmElement
Dim returnValue As T

returnValue = model.GetAnnotationValue(element)
public static T GetAnnotationValue<T>(
    this IEdmModel model,
    IEdmElement element
)
where T : class
[ExtensionAttribute]
public:
generic<typename T>
where T : ref class
static T GetAnnotationValue(
    IEdmModel^ model, 
    IEdmElement^ element
)
static member GetAnnotationValue : 
        model:IEdmModel * 
        element:IEdmElement -> 'T  when 'T : not struct
JScript 不支援泛型型別及方法。

型別參數

  • T
    所要傳回之註釋的型別。

參數

傳回值

型別:T
註釋值。

使用注意事項

在 Visual Basic 及 C# 中,您可以在任何型別 IEdmModel 的物件上將這個方法做為執行個體方法呼叫。使用執行個體方法語法呼叫這個方法時,請省略第一個參數。如需詳細資訊,請參閱 https://msdn.microsoft.com/zh-tw/library/bb384936(v=vs.103)https://msdn.microsoft.com/zh-tw/library/bb383977(v=vs.103)

備註

以 CLR 型別為索引鍵之未命名註釋的強型別包裝函式。

請參閱

參考

ExtensionMethods 類別

GetAnnotationValue 多載

Microsoft.Data.Edm 命名空間