C# 클래스 Mercurial.Attributes.ArgumentAttribute

This attribute can be applied to properties of command classes to provide the Mercurial executable with options, based on the properties of the command class.
상속: System.Attribute
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
GetOptions ( object propertyValue ) : string[]

Gets a collection of options or arguments to pass to the Mercurial executable, based on the property value from the command class.

메소드 상세

GetOptions() 공개 추상적인 메소드

Gets a collection of options or arguments to pass to the Mercurial executable, based on the property value from the command class.
public abstract GetOptions ( object propertyValue ) : string[]
propertyValue object /// The property value from the tagged property of the command class. ///
리턴 string[]