Partager via


VCPropertySheet.PropertySheetFile, propriété

Définit ou obtient le chemin d'accès complet au fichier de feuille de propriétés. Inclut le nom du fichier.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
Property PropertySheetFile As String
string PropertySheetFile { get; set; }
property String^ PropertySheetFile {
    String^ get ();
    void set (String^ value);
}
abstract PropertySheetFile : string with get, set
function get PropertySheetFile () : String 
function set PropertySheetFile (value : String)

Valeur de propriété

Type : String
Chaîne contenant le chemin d'accès complet à la feuille de propriétés.

Sécurité .NET Framework

Voir aussi

Référence

VCPropertySheet Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms