_Solution::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.

Returns the names of the currently applicable Extenders for this object 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: