Gets the project folder.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
<AutomationBrowsableAttribute(False)> _
Public ReadOnly Property ProjectFolder As String
'使用
Dim instance As ProjectNodeProperties
Dim value As String
value = instance.ProjectFolder
[AutomationBrowsableAttribute(false)]
public string ProjectFolder { get; }
[AutomationBrowsableAttribute(false)]
public:
property String^ ProjectFolder {
String^ get ();
}
public function get ProjectFolder () : String
Property Value
Type: System.String
The project folder of the associated hierarchy node's project node.
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.