Project.ExtenderCATID Property
Gets the Extender category ID (CATID) for the object.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
ReadOnly Property ExtenderCATID As String
string ExtenderCATID { get; }
property String^ ExtenderCATID {
String^ get ();
}
abstract ExtenderCATID : string with get
function get ExtenderCATID () : String
Property Value
Type: System.String
A string representing the CATID of the object in GUID form.
Remarks
Note
Project.ExtenderCATID for a Visual Basic project object is different from Project.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.