The name of a virtual node.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Property VirtualNodeName As String
'使用
Dim instance As HierarchyNode
Dim value As String
value = instance.VirtualNodeName
instance.VirtualNodeName = value
public string VirtualNodeName { get; set; }
public:
property String^ VirtualNodeName {
String^ get ();
void set (String^ value);
}
public function get VirtualNodeName () : String
public function set VirtualNodeName (value : String)
Property Value
Type: System.String
By default returns the empty string. This should be implemented by virtual nodes only.
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.