Gets or sets the project file.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
<AutomationBrowsableAttribute(False)> _
Public Property ProjectFile As String
'使用
Dim instance As ProjectNodeProperties
Dim value As String
value = instance.ProjectFile
instance.ProjectFile = value
[AutomationBrowsableAttribute(false)]
public string ProjectFile { get; set; }
[AutomationBrowsableAttribute(false)]
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
The project file 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.