Partager via


VCRuntimeEnumProperty.HelpFile, propriété

Définit ou obtient le nom du fichier d'aide pour la propriété.

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

Syntaxe

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

Valeur de propriété

Type : String
Chaîne contenant le nom du fichier d'aide pour l'objet VCRuntimeEnumProperty .

Sécurité .NET Framework

Voir aussi

Référence

VCRuntimeEnumProperty Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms