MatchKindExtensions.AsMatchKind(PatternMatchKind) Yöntem

Tanım

Dikkat

This method is for backwards compatibility only, and will be removed when MatchKind is removed. Please actively convert code that calls this to use PatternMatch types instead.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::VisualStudio::Language::NavigateTo::Interfaces::MatchKind AsMatchKind(Microsoft::VisualStudio::Text::PatternMatching::PatternMatchKind other);
[System.Obsolete("This method is for backwards compatibility only, and will be removed when MatchKind is removed. Please actively convert code that calls this to use PatternMatch types instead.")]
public static Microsoft.VisualStudio.Language.NavigateTo.Interfaces.MatchKind AsMatchKind (this Microsoft.VisualStudio.Text.PatternMatching.PatternMatchKind other);
[<System.Obsolete("This method is for backwards compatibility only, and will be removed when MatchKind is removed. Please actively convert code that calls this to use PatternMatch types instead.")>]
static member AsMatchKind : Microsoft.VisualStudio.Text.PatternMatching.PatternMatchKind -> Microsoft.VisualStudio.Language.NavigateTo.Interfaces.MatchKind
<Extension()>
Public Function AsMatchKind (other As PatternMatchKind) As MatchKind

Parametreler

Döndürülenler

MatchKind
Öznitelikler

Şunlara uygulanır