DataClientObjectAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定在环境中注册的类 ID,该 ID 为提供程序对象实现 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 ,指定类 ID。 |
属性
ClassId |
获取标识客户端对象类类型的类 ID。 |