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 Extender category ID (CATID) for the object.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
'Declaration
ReadOnly Property ExtenderCATID As String
Get
string ExtenderCATID { get; }
property String^ ExtenderCATID {
String^ get ();
}
abstract ExtenderCATID : string
function get ExtenderCATID () : String
Property Value
Type: System.String
The GUID representing the CATID of the object.
Remarks
ExtenderCATID returns the GUID representing the CATID of the object as a string.
Hinweis
The CATID is typically specific to an implementation of an object. For example, ExtenderCATID for a Visual Basic project is different ExtenderCATID for a Visual C++ project object.
.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.