Completion2 Class
Adds an additional context icon to the completion.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Microsoft.VisualStudio.Language.Intellisense.Completion
Microsoft.VisualStudio.Language.Intellisense.Completion2
Microsoft.VisualStudio.Language.Intellisense.Completion3
| Name | Description | |
|---|---|---|
![]() | Completion2() | Initializes a new instance of Completion2. |
![]() | Completion2(String, String, String, ImageSource, String) | Initializes a new instance of Completion2. |
![]() | Completion2(String, String, String, ImageSource, String, IEnumerable<CompletionIcon>) | Initializes a new instance of Completion2 with the specified text and icon. |
| Name | Description | |
|---|---|---|
![]() | AttributeIcons | |
![]() | Description | Gets a description that can be displayed together with the display text of the completion.(Inherited from Completion.) |
![]() | DisplayText | Gets the text that is to be displayed by an IntelliSense presenter.(Inherited from Completion.) |
![]() | IconAutomationText | Gets or sets the text to be used as the automation name for the icon when it is displayed.(Inherited from Completion.) |
![]() | IconSource | Gets or sets an icon that could be used to describe the completion.(Inherited from Completion.) |
![]() | InsertionText | Gets the text that is to be inserted into the buffer if this completion is committed.(Inherited from Completion.) |
![]() | Properties | Gets the properties of the completion.(Inherited from Completion.) |
| 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.) |
Introduced in Visual Studio 2013 Update 2. To reference the correct assembly version, see Referencing Assemblies Delivered in the Visual Studio 2013 SDK Update 2.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


