ODataAnnotatable.GetAnnotation<T> 方法
依型別取得或設定註釋。
命名空間: Microsoft.Data.OData
組件: Microsoft.Data.OData (在 Microsoft.Data.OData.dll 中)
語法
'宣告
Public Function GetAnnotation(Of T As Class) As T
'用途
Dim instance As ODataAnnotatable
Dim returnValue As T
returnValue = instance.GetAnnotation()
public T GetAnnotation<T>()
where T : class
public:
generic<typename T>
where T : ref class
T GetAnnotation()
member GetAnnotation : unit -> 'T when 'T : not struct
JScript 不支援泛型型別及方法。
型別參數
- T
註釋的型別。
傳回值
型別:T
型別 T 的註釋,如果不存在則為 null。