Gets the Extender of the specified name.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Function get_Extender ( _
ExtenderName As String _
) As Object
'使用
Dim instance As OAReferenceBase
Dim ExtenderName As String
Dim returnValue As Object
returnValue = instance.get_Extender(ExtenderName)
public virtual Object get_Extender(
string ExtenderName
)
public:
virtual Object^ get_Extender(
String^ ExtenderName
)
public function get_Extender(
ExtenderName : String
) : Object
Parameters
ExtenderName
Type: System.StringThe name of the Extender.
Return Value
Type: System.Object
The Extender, if one is available, otherwise a null reference (Nothing in Visual Basic).
Remarks
By default this method throws an exception, because it is not implemented.
Permissions
- 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.
See Also
Reference
OAReferenceBase<RefType> Class