OAProjectItem<T>.ExtenderNames Property

Gets a list of available extenders for the item.

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

Syntax

'宣言
Public Overridable ReadOnly Property ExtenderNames As Object
'使用
Dim instance As OAProjectItem
Dim value As Object

value = instance.ExtenderNames
public virtual Object ExtenderNames { get; }
public:
virtual property Object^ ExtenderNames {
    Object^ get ();
}
public function get ExtenderNames () : Object

Property Value

Type: System.Object

When implemented in derived classes, a list of the names of available extenders.

Implements

ProjectItemExtenderNames()

Remarks

By default returns a null reference (Nothing in Visual Basic).

Permissions

See Also

Reference

OAProjectItem<T> Class

OAProjectItem<T> Members

Microsoft.VisualStudio.Package.Automation Namespace