RunInstallerAttribute.No Campo
Definição
Especifica que o Instalador de Ação Personalizada do Visual Studio ou o Installutil.exe (Ferramenta de Instalação) não deve ser invocado quando o assembly é instalado.Specifies that the Visual Studio Custom Action Installer or the Installutil.exe (Installer Tool) should not be invoked when the assembly is installed. Esse campo static é somente leitura.This static field is read-only.
public: static initonly System::ComponentModel::RunInstallerAttribute ^ No;
public static readonly System.ComponentModel.RunInstallerAttribute No;
staticval mutable No : System.ComponentModel.RunInstallerAttribute
Public Shared ReadOnly No As RunInstallerAttribute
Valor do campo
Comentários
Esse campo é a configuração padrão para esse atributo.This field is the default setting for this attribute.
Quando você marca uma propriedade com o RunInstallerAttribute conjunto como false , o valor desse atributo é definido como o membro constante No .When you mark a property with the RunInstallerAttribute set to false, the value of this attribute is set to the constant member No. Portanto, quando você deseja verificar se o atributo está definido para esse valor em seu código, você deve especificar o atributo como RunInstallerAttribute.No .Therefore, when you want to check whether the attribute is set to this value in your code, you must specify the attribute as RunInstallerAttribute.No.