다음을 통해 공유


WildcardPathSegment 생성자

정의

이 API는 인프라를 지원하며 코드에서 직접 사용할 수 없습니다. 이 API는 이후 릴리스에서 변경되거나 제거될 수 있습니다.

public:
 WildcardPathSegment(System::String ^ beginsWith, System::Collections::Generic::List<System::String ^> ^ contains, System::String ^ endsWith, StringComparison comparisonType);
public WildcardPathSegment (string beginsWith, System.Collections.Generic.List<string> contains, string endsWith, StringComparison comparisonType);
new Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment : string * System.Collections.Generic.List<string> * string * StringComparison -> Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment
Public Sub New (beginsWith As String, contains As List(Of String), endsWith As String, comparisonType As StringComparison)

매개 변수

beginsWith
String
contains
List<String>
endsWith
String
comparisonType
StringComparison

적용 대상