ProjectNodeProperties.FullPath Property

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

See Also

Reference

ProjectNodeProperties Class

ProjectNodeProperties Members

Microsoft.VisualStudio.Package Namespace