CommandCompletion.ReplacementIndex 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.
Returns the starting replacement index from the original input.
public:
property int ReplacementIndex { int get(); void set(int value); };
public:
property int ReplacementIndex { int get(); void set(int value); };
public int ReplacementIndex { get; set; }
member this.ReplacementIndex : int with get, set
Public Property ReplacementIndex As Integer