VCCodeParameter::ExtenderCATID Property

 

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

Namespace:   Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

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

Property Value

Type: System::String^

The Extender CATID.

ExtenderCATID returns the GUID representing the CATID of the object as a string.

System_CAPS_noteNote

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

Return to top
Show: