Project::ExtenderCATID Property

 

Gets the Extender category ID (CATID) for the object.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

property String^ ExtenderCATID {
	String^ get();
}

Property Value

Type: System::String^

A string representing the CATID of the object in GUID form.

System_CAPS_noteNote

 Project.ExtenderCATID for a Visual Basic project object is different from Project.ExtenderCATID for a Visual C++ project object.

Return to top
Show: