共用方式為


ODataAnnotatable.SetAnnotation<T> 方法

設定型別 T 的註釋。

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

語法

'宣告
Public Sub SetAnnotation(Of T As Class) ( _
    annotation As T _
)
'用途
Dim instance As ODataAnnotatable
Dim annotation As T

instance.SetAnnotation(annotation)
public void SetAnnotation<T>(
    T annotation
)
where T : class
public:
generic<typename T>
where T : ref class
void SetAnnotation(
    T annotation
)
member SetAnnotation : 
        annotation:'T -> unit  when 'T : not struct
JScript 不支援泛型型別及方法。

型別參數

  • T
    註釋的型別。

參數

  • annotation
    型別:T
    要設定的註釋。

請參閱

參考

ODataAnnotatable 類別

Microsoft.Data.OData 命名空間