Gets or sets the project folder's absolute path.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property FullPath As String
'使用
Dim instance As ProjectNodeProperties
Dim value As String
value = instance.FullPath
[BrowsableAttribute(false)]
public string FullPath { get; }
[BrowsableAttribute(false)]
public:
property String^ FullPath {
String^ get ();
}
public function get FullPath () : String
Property Value
Type: System.String
The absolute path (suffixed with the directory separator character) of the project folder.
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.