RunInstallerAttribute.Yes Pole

Definice

Určuje, že při instalaci sestavení se má vyvolat instalační program vlastních akcí sady Visual Studio nebo Installutil.exe (instalační nástroj ). Toto static pole je jen pro čtení.

public: static initonly System::ComponentModel::RunInstallerAttribute ^ Yes;
public static readonly System.ComponentModel.RunInstallerAttribute Yes;
 staticval mutable Yes : System.ComponentModel.RunInstallerAttribute
Public Shared ReadOnly Yes As RunInstallerAttribute 

Hodnota pole

Poznámky

Když označíte vlastnost nastavenou RunInstallerAttribute na true, hodnota tohoto atributu se nastaví na konstantní člen Yes. Pokud tedy chcete zkontrolovat, jestli je atribut nastaven na tuto hodnotu v kódu, musíte atribut zadat jako RunInstallerAttribute.Yes.

Platí pro