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