AssemblyInstaller.HelpText Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera tekst pomocy dla wszystkich instalatorów w kolekcji instalatora.
public:
virtual property System::String ^ HelpText { System::String ^ get(); };
public override string HelpText { get; }
member this.HelpText : string
Public Overrides ReadOnly Property HelpText As String
Wartość właściwości
Tekst pomocy dla wszystkich instalatorów w kolekcji instalatora, w tym opis działania każdego instalatora i opcje wiersza polecenia (dla programu instalacyjnego), które można przekazać i zrozumieć przez każdego instalatora.
Przykłady
W poniższym przykładzie HelpText właściwość obiektu AssemblyInstaller jest wyświetlana w konsoli programu .
Console::WriteLine( "The 'HelpText' is-" );
// Display the 'HelpText' of this AssemblyInstaller Object*.
Console::WriteLine( myAssemblyInstaller->HelpText );
Console.WriteLine( "The 'HelpText' is-" );
// Display the 'HelpText' of this AssemblyInstaller object.
Console.WriteLine( myAssemblyInstaller.HelpText );
Console.WriteLine("The 'HelpText' is-")
' Display the 'HelpText' of this AssemblyInstaller object.
Console.WriteLine(myAssemblyInstaller.HelpText)
Uwagi
Przykładem programu instalacyjnego jest narzędzie InstallUtil.exe.