CompletionSet::CompletionMatchResult::CharsMatchedCount Property

 

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)

public:
property int CharsMatchedCount {
	[CompilerGeneratedAttribute]
	int get();
	[CompilerGeneratedAttribute]
	void set(int value);
}

Property Value

Type: System::Int32

The number of characters matched in the completion set.

Return to top
Show: