Поделиться через


CompletionIcon - конструктор (ImageSource, String, String, Int32)

Initializes a new instance of CompletionIcon.

Пространство имен:  Microsoft.VisualStudio.Language.Intellisense
Сборка:  Microsoft.VisualStudio.Language.Intellisense (в Microsoft.VisualStudio.Language.Intellisense.dll)

Синтаксис

'Декларация
Public Sub New ( _
    imageSource As ImageSource, _
    automationName As String, _
    automationId As String, _
    position As Integer _
)
public CompletionIcon(
    ImageSource imageSource,
    string automationName,
    string automationId,
    int position
)
public:
CompletionIcon(
    ImageSource^ imageSource, 
    String^ automationName, 
    String^ automationId, 
    int position
)
new : 
        imageSource:ImageSource * 
        automationName:string * 
        automationId:string * 
        position:int -> CompletionIcon
public function CompletionIcon(
    imageSource : ImageSource, 
    automationName : String, 
    automationId : String, 
    position : int
)

Параметры

  • imageSource
    Тип: ImageSource

    The icon to describe the completion item.

  • automationName
    Тип: String

    The automation name for the icon.

  • automationId
    Тип: String

    The automation id for the icon.

  • position
    Тип: Int32

    The display position of the icon. If no value is provided this will be zero.

Безопасность платформы .NET Framework

См. также

Ссылки

CompletionIcon Класс

CompletionIcon - перегрузка

Microsoft.VisualStudio.Language.Intellisense - пространство имен