RunInstallerAttribute.No 필드

정의

어셈블리가 설치될 때 Visual Studio 사용자 지정 작업 설치 관리자 또는 Installutil.exe(설치 관리자 도구) 호출하지 않도록 지정합니다. 이 static 필드는 읽기 전용입니다.

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 

필드 값

설명

이 필드는 이 특성의 기본 설정입니다.

설정된 RunInstallerAttribute속성을 false 표시하면 이 특성의 값이 상수 멤버No로 설정됩니다. 따라서 코드에서 특성이 이 값으로 설정되어 있는지 확인하려면 특성을 .로 RunInstallerAttribute.No지정해야 합니다.

적용 대상