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