EnumerationOptions.MatchType 속성

정의

일치 유형을 가져오거나 설정합니다.

public:
 property System::IO::MatchType MatchType { System::IO::MatchType get(); void set(System::IO::MatchType value); };
public System.IO.MatchType MatchType { get; set; }
member this.MatchType : System.IO.MatchType with get, set
Public Property MatchType As MatchType

속성 값

MatchType

일치 형식을 나타내는 열거형 값 중 하나입니다.

설명

일치 식을 지정할 수 있는 API의 경우 이 속성을 사용하면 일치 식을 해석하는 방법을 지정할 수 있습니다. 기본값은 '*'가 항상 0자 이상이고 '?'가 단일 문자인 단순 일치입니다.

적용 대상