ProjectNode.ProjectFile Property

Gets or sets the editable node project filename.

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

Syntax

'宣言
Public Property ProjectFile As String
'使用
Dim instance As ProjectNode
Dim value As String

value = instance.ProjectFile

instance.ProjectFile = value
public string ProjectFile { get; set; }
public:
property String^ ProjectFile {
    String^ get ();
    void set (String^ value);
}
public function get ProjectFile () : String
public function set ProjectFile (value : String)

Property Value

Type: System.String

Returns the name of the editable project file node.

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace