OAProjectItem<T>.get_Extender Method

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

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

See Also

Reference

OAProjectItem<T> Class

OAProjectItem<T> Members

Microsoft.VisualStudio.Package.Automation Namespace