MatchKindExtensions.AsMatchKind(PatternMatchKind) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
- other
- PatternMatchKind
Döndürülenler
- Öznitelikler