OAReferenceBase<RefType>.get_Extender Method

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

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

See Also

Reference

OAReferenceBase<RefType> Class

OAReferenceBase<RefType> Members

Microsoft.VisualStudio.Package.Automation Namespace