Reference2::ExtenderNames Property

 

Gets a list of available Extenders for the object.

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

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

Property Value

Type: System::Object^

Returns the names of the currently applicable Extenders for this object using the CATID as specified by its ExtenderCATID property. This is returned as an object containing an automation-compliant array of strings.

Return to top
Show: