CompletionIcon, constructeur (ImageSource, String, String, Int32)
Initializes a new instance of CompletionIcon.
Espace de noms : Microsoft.VisualStudio.Language.Intellisense
Assembly : Microsoft.VisualStudio.Language.Intellisense (dans Microsoft.VisualStudio.Language.Intellisense.dll)
Syntaxe
'Déclaration
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
)
Paramètres
imageSource
Type : ImageSourceThe icon to describe the completion item.
automationName
Type : StringThe automation name for the icon.
automationId
Type : StringThe automation id for the icon.
position
Type : Int32The display position of the icon. If no value is provided this will be zero.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Language.Intellisense, espace de noms