Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the number of characters matched in the completion set.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Property CharsMatchedCount As Integer
public int CharsMatchedCount { get; set; }
public:
property int CharsMatchedCount {
int get ();
void set (int value);
}
member CharsMatchedCount : int with get, set
function get CharsMatchedCount () : int
function set CharsMatchedCount (value : int)
Property Value
Type: System.Int32
The number of characters matched in the completion set.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.