Gets the extender of the specified name.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Function Extender ( _
extenderName As String _
) As Object
'使用
Dim instance As NodeProperties
Dim extenderName As String
Dim returnValue As Object
returnValue = instance.Extender(extenderName)
public Object Extender(
string extenderName
)
public:
Object^ Extender(
String^ extenderName
)
public function Extender(
extenderName : String
) : Object
Parameters
extenderName
Type: System.StringThe name of the extender.
Return Value
Type: System.Object
The object that represents the extender.
Remarks
This method calls GetExtender(String, String, Object) on the current instance of this class.
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.