CompletionIcon2 Constructor (ImageMoniker, String^, String^, Int32)
Visual Studio 2015
Initializes a new instance of CompletionIcon2 with the given image, automation values, and position.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public: CompletionIcon2( ImageMoniker imageMoniker, String^ automationName, String^ automationId, int position = 0 )
Parameters
- imageMoniker
-
Type:
Microsoft.VisualStudio.Imaging.Interop::ImageMoniker
The moniker for the icon that describes the completion item.
- automationName
-
Type:
System::String^
The automation name for the icon.
- automationId
-
Type:
System::String^
The automation id for the icon.
- position
-
Type:
System::Int32
The display position of the icon. If no value is provided this will be zero.
Show: