DataClientObjectAttribute 类

定义

指定在环境中注册的类 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。

适用于