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
Тип: ImageSourceThe icon to describe the completion item.
automationName
Тип: StringThe automation name for the icon.
automationId
Тип: StringThe automation id for the icon.
position
Тип: Int32The display position of the icon. If no value is provided this will be zero.
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Для получения дополнительной информации см. Использование библиотек из не вполне надежного кода.
См. также
Ссылки
Microsoft.VisualStudio.Language.Intellisense - пространство имен