HierarchyNode.Url Property

Gets the absolute path for this node.

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

Syntax

'宣言
Public MustOverride ReadOnly Property Url As String
'使用
Dim instance As HierarchyNode
Dim value As String

value = instance.Url
public abstract string Url { get; }
public:
virtual property String^ Url {
    String^ get () abstract;
}
public abstract function get Url () : String

Property Value

Type: System.String

The absolute path for this node.

Permissions

See Also

Reference

HierarchyNode Class

HierarchyNode Members

Microsoft.VisualStudio.Package Namespace