DataClientObjectAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |