Configuration::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 GUID representing the CATID.

The CATID is typically specific to an implementation of an object.

Return to top
Show: