Completion3 Class
Completion3 uses ImageMonikers instead of ImageSources to reference icons.
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 | |
|---|---|---|
![]() | Completion3() | Initializes a new instance of < Completion3. |
![]() | Completion3(String, String, String, ImageMoniker, String) | Initializes a new instance of < Completion3 with the specified text and description. <param name="displayText"> </param> /// <param name="insertionText"> </param> /// <param name="description"> </param> /// <param name="iconMoniker"> </param> /// <param name="iconAutomationText"> </param> |
![]() | Completion3(String, String, String, ImageMoniker, String, IEnumerable<CompletionIcon2>) | Initializes a new instance of Completion3 with the specified text, description, and icon. /// </summary> /// <param name="displayText"> </param> /// <param name="insertionText"> </param> /// <param name="description"> </param> /// <param name="iconMoniker"> </param> /// <param name="iconAutomationText"> </param> /// <param name="attributeIcons"> </param> |
| Name | Description | |
|---|---|---|
![]() | AttributeIcons | (Inherited from Completion2.) |
![]() | 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.) |
![]() | IconMoniker | Gets or sets the moniker used to define a multi-resolution image. |
![]() | IconSource | This property is not supported by Completion3 and will always return null. To get the current icon use IconMoniker.(Overrides Completion.IconSource.) |
![]() | 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


