DataClientObjectAttribute Class

Definition

Specifies a class ID registered in the environment that implements an IVsDataClientObject for a provider object.

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
Inheritance
DataClientObjectAttribute
Attributes

Constructors

DataClientObjectAttribute(String)

Initializes a new instance of the DataClientObjectAttribute class, specifying the class ID.

Properties

ClassId

Gets the class ID that identifies the client object class type.

Applies to