다음을 통해 공유


DataClientObjectAttribute 클래스

정의

공급자 개체에 대해 를 구현하는 환경에 등록된 클래스 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)

클래스 ID를 지정하여 클래스의 DataClientObjectAttribute 새 instance 초기화합니다.

속성

ClassId

클라이언트 개체 클래스 형식을 식별하는 클래스 ID를 가져옵니다.

적용 대상