C# 클래스 WixSharp.Controls.SetTargetPath

Defines "SetTargetPath" T:WixSharp.DialogAction.
상속: DialogAction
파일 보기 프로젝트 열기: Eun/WixSharp

공개 메소드들

메소드 설명
SetTargetPath ( string propertyValue = "[WIXUI_INSTALLDIR]", string condition = "1" ) : System

Initializes a new instance of the SetTargetPath class.

메소드 상세

SetTargetPath() 공개 메소드

Initializes a new instance of the SetTargetPath class.
public SetTargetPath ( string propertyValue = "[WIXUI_INSTALLDIR]", string condition = "1" ) : System
propertyValue string The property value. Default value is "[WIXUI_INSTALLDIR]".
condition string The condition.
리턴 System