DataClientObjectAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定在環境中註冊的類別識別碼,以實 IVsDataClientObject 作提供者物件的 。
public ref class DataClientObjectAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface)]
public sealed class DataClientObjectAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface)>]
type DataClientObjectAttribute = class
inherit Attribute
Public NotInheritable Class DataClientObjectAttribute
Inherits Attribute
- 繼承
-
DataClientObjectAttribute
- 屬性
建構函式
DataClientObjectAttribute(String) |
初始化 類別的新實例 DataClientObjectAttribute ,並指定類別標識符。 |
屬性
ClassId |
取得識別客戶端物件類別類型的類別識別碼。 |