CommandCompletion.CurrentMatchIndex Property
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.
Current index in CompletionMatches.
public:
property int CurrentMatchIndex { int get(); void set(int value); };
public:
property int CurrentMatchIndex { int get(); void set(int value); };
public int CurrentMatchIndex { get; set; }
member this.CurrentMatchIndex : int with get, set
Public Property CurrentMatchIndex As Integer