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