Udostępnij za pośrednictwem


AssemblyInstaller.HelpText Właściwość

Definicja

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.

Dotyczy

Zobacz też