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
- 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.