VCCodeProperty::Extender Property (String^)

 

Returns the requested Extender object if it is available for this object.

Namespace:   Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

property Object^ default[
	String^ ExtenderName
] {
	Object^ get(String^ ExtenderName);
}

Parameters

ExtenderName
Type: System::String^

Required. The name of the Extender to return.

Property Value

Type: System::Object^

The Extender object.

Extender returns Nothing or null if no Extender object is available.

The object's ExtenderCATID property gives the CATID that is used to obtain the Extender.

Return to top
Show: