Proprietà ProjectNodeProperties.ProjectFile

La classe e i relativi membri sono riservati per uso interno e non possono essere utilizzati nel codice.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintassi

'Dichiarazione
<AutomationBrowsableAttribute(False)> _
Public Property ProjectFile As String
    Get
    Set
[AutomationBrowsableAttribute(false)]
public string ProjectFile { get; set; }
[AutomationBrowsableAttribute(false)]
public:
property String^ ProjectFile {
    String^ get ();
    void set (String^ value);
}
[<AutomationBrowsableAttribute(false)>]
member ProjectFile : string with get, set
function get ProjectFile () : String
function set ProjectFile (value : String)

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ProjectNodeProperties Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Project.Internal