Partager via


ProjectNodeProperties.ProjectFile, propriété

Cette classe et ses membres sont réservés à un usage interne et ne sont pas destinés à être utilisés dans votre code.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
<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)

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

ProjectNodeProperties Classe

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal, espace de noms