CodeEnum::ExtenderNames Property

 

Gets a list of available Extenders for the object. This property is not implemented in Visual C#.

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

property Object^ ExtenderNames {
	Object^ get();
}

Property Value

Type: System::Object^

An object containing an automation-compliant array of strings.

ExtenderNames returns the names of the currently applicable Extenders for this object using the CATID as specified by its ExtenderCATID property.

System_CAPS_noteNote

The values of code model elements, such as classes, structures, functions, attributes, delegates, cannot be relied upon to remain the same at all times. For more information, see the section Code Model Element Values Can Change in Discovering Code by Using the Code Model (Visual Basic).

Return to top
Show: