C# 클래스 Isop.Parse.Parameters.VisualStudioParameter

파일 보기 프로젝트 열기: Lundalogik/isop

공개 프로퍼티들

프로퍼티 타입 설명
VisualStudioArgPattern System.Text.RegularExpressions.Regex

공개 메소드들

메소드 설명
TryParse ( string value, ArgumentParameter &visualStudioParameter ) : bool

메소드 상세

TryParse() 공개 정적인 메소드

public static TryParse ( string value, ArgumentParameter &visualStudioParameter ) : bool
value string
visualStudioParameter ArgumentParameter
리턴 bool

프로퍼티 상세

VisualStudioArgPattern 공개적으로 정적으로 프로퍼티

same pattern as in visual studio external tools: &tool
public static Regex,System.Text.RegularExpressions VisualStudioArgPattern
리턴 System.Text.RegularExpressions.Regex