CompletionSet.CompletionMatchResult Class
Visual Studio 2015
Stores information about the completion match result.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | CompletionSet.CompletionMatchResult() | Initializes a new instance of CompletionSet.CompletionMatchResult. |
| Name | Description | |
|---|---|---|
![]() | CharsMatchedCount | Gets or sets the number of characters matched in the completion set. |
![]() | SelectionStatus | Gets or sets the selection status of the completion set. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


