CompletionIcon Constructor (ImageSource^, String^, String^, Int32)

 

Initializes a new instance of CompletionIcon.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
CompletionIcon(
	ImageSource^ imageSource,
	String^ automationName,
	String^ automationId,
	int position = 0
)

Parameters

imageSource
Type: System.Windows.Media::ImageSource^

The icon to describe 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.

Return to top
Show: