Solution3::ExtenderNames Property

 

Gets a list of available Extenders for the object.

Namespace:   EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.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.

No code example is currently available or this language may not be supported.
Return to top
Show: