RunInstallerAttribute.Yes 필드

정의

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

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 

필드 값

설명

사용 하 여 속성을 표시 하는 경우는 RunInstallerAttribute 로 설정 true,이 특성의 값은 상수 멤버로 Yes. 따라서 특성 코드에서이 값으로 설정 되어 있는지 확인 하려는 경우 특성으로 지정 해야 RunInstallerAttribute.Yes합니다.

적용 대상