Поделиться через


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

Применяется к