ReferenceContainerNode.SupportedReferenceTypes Property

Gets the types of reference supported by this node.

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

Syntax

'宣言
Protected Overridable ReadOnly Property SupportedReferenceTypes As String()
'使用
Dim value As String()

value = Me.SupportedReferenceTypes
protected virtual string[] SupportedReferenceTypes { get; }
protected:
virtual property array<String^>^ SupportedReferenceTypes {
    array<String^>^ get ();
}
protected function get SupportedReferenceTypes () : String[]

Property Value

Type: []

ProjectReference, Reference, and COMReference.

Permissions

See Also

Reference

ReferenceContainerNode Class

ReferenceContainerNode Members

Microsoft.VisualStudio.Package Namespace