C# 클래스 WixSharp.FeatureCondition

Specialized Condition for conditionally installing WiX Features.
Setting Attributes on FeatureCondition is ignored.
상속: Condition
파일 보기 프로젝트 열기: Eun/WixSharp

공개 메소드들

메소드 설명
FeatureCondition ( string value, int level ) : System

Initializes a new instance of the FeatureCondition class.

메소드 상세

FeatureCondition() 공개 메소드

Initializes a new instance of the FeatureCondition class.
public FeatureCondition ( string value, int level ) : System
value string The value of the WiX condition expression.
level int The level value of the WiX condition.
리턴 System