NodeProperties.ExtenderNames Method

Gets the names of the extenders.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
<BrowsableAttribute(False)> _
Public Function ExtenderNames As Object
'使用
Dim instance As NodeProperties
Dim returnValue As Object

returnValue = instance.ExtenderNames()
[BrowsableAttribute(false)]
public Object ExtenderNames()
[BrowsableAttribute(false)]
public:
Object^ ExtenderNames()
public function ExtenderNames() : Object

Return Value

Type: System.Object

An object representing the names of the extenders.

Remarks

This method calls GetExtenderNames(String, Object) for the current instance of the NodeProperties class.

Permissions

See Also

Reference

NodeProperties Class

NodeProperties Members

Microsoft.VisualStudio.Package Namespace