NodeProperties.Extender Method

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

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

See Also

Reference

NodeProperties Class

NodeProperties Members

Microsoft.VisualStudio.Package Namespace