InvalidProjectFileException.HelpKeyword Propriété
Définition
Obtient le mot clé d'aide F1, le cas échéant, associé à cette erreur, pour l'IDE hôte.Gets the F1-help keyword, if any, associated with this error, for the host IDE.
public:
property System::String ^ HelpKeyword { System::String ^ get(); };
public string HelpKeyword { get; }
member this.HelpKeyword : string
Public ReadOnly Property HelpKeyword As String
Valeur de propriété
Chaîne de mot clé, ou référence null ( Nothing
en Visual Basic).The keyword string, or a null reference (Nothing
in Visual Basic).