FolderNodeProperties.FullPath Property

Gets the absolute path of the folder node, ending with the directory separator character.

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

Syntax

'宣言
<BrowsableAttribute(False)> _
<AutomationBrowsableAttribute(True)> _
Public ReadOnly Property FullPath As String
'使用
Dim instance As FolderNodeProperties
Dim value As String

value = instance.FullPath
[BrowsableAttribute(false)]
[AutomationBrowsableAttribute(true)]
public string FullPath { get; }
[BrowsableAttribute(false)]
[AutomationBrowsableAttribute(true)]
public:
property String^ FullPath {
    String^ get ();
}
public function get FullPath () : String

Property Value

Type: System.String

Returns the same value as the Url property of FolderNode—the absolute path of the node ending with the directory separator character.

Permissions

See Also

Reference

FolderNodeProperties Class

FolderNodeProperties Members

Microsoft.VisualStudio.Package Namespace