IGenericEventFlags.TryGetMatches(Int32, IReadOnlyList<String>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public bool TryGetMatches (int key, out System.Collections.Generic.IReadOnlyList<string> matches);
abstract member TryGetMatches : int * IReadOnlyList -> bool
Public Function TryGetMatches (key As Integer, ByRef matches As IReadOnlyList(Of String)) As Boolean
Parameters
- key
- Int32
- matches
- IReadOnlyList<String>