Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the class ID that identifies the default object class type.
Namespace: Microsoft.VisualStudio.Data.Core
Assembly: Microsoft.VisualStudio.Data.Core (in Microsoft.VisualStudio.Data.Core.dll)
Syntax
'Declaration
Public ReadOnly Property ClassId As Guid
Get
public Guid ClassId { get; }
public:
property Guid ClassId {
Guid get ();
}
member ClassId : Guid
function get ClassId () : Guid
Property Value
Type: System.Guid
The class ID that identifies the default object class type.
Remarks
If the class ID used to create an instance of this attribute is not in a valid format, getting this property will return an empty GUID.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.