OAReferenceBase<RefType>.ExtenderNames Property

Gets a list of available Extenders for this reference.

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

An object containing an automation-compliant list of strings.

Implements

Reference.ExtenderNames

Remarks

By default this method throws an exception because it is not implemented.

Permissions

See Also

Reference

OAReferenceBase<RefType> Class

OAReferenceBase<RefType> Members

Microsoft.VisualStudio.Package.Automation Namespace