Gets the requested extender if it is available for this item.
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 OAProjectItem
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
When implemented in a derived class, the extender of the supplied name.
Remarks
By default returns a null reference (Nothing in Visual Basic).
For more information on extenders, see Implementing and Using Automation Extenders.
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.