VCCodeFunction.Extender Property
Gets the requested Extender object if it is available for this object.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
声明
ReadOnly Property Extender ( _
ExtenderName As String _
) As Object
用法
Dim instance As VCCodeFunction
Dim ExtenderName As String
Dim value As Object
value = instance.Extender(ExtenderName)
Object Extender[
string ExtenderName
] { get; }
property Object^ Extender[String^ ExtenderName] {
Object^ get (String^ ExtenderName);
}
JScript does not support indexed properties.
ExtenderName
Type: System.StringRequired. The name of the Extender to return.
Type: System.Object
An Extender object.
This property returns Nothing or nulla null reference (Nothing in Visual Basic) if no Extender object is available.
The CATID used for obtaining the Extender is given by the object's ExtenderCATID property.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.