ProjectItem::ExtenderNames Property

 

Gets a list of available Extenders for the object.

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 by using the CATID as specified by its ExtenderCATID property.

Return to top
Show: