RunInstallerAttribute.Yes 필드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
어셈블리가 설치될 때 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지정해야 합니다.