Partager via


DropDownMember, constructeur

Initialise une nouvelle instance de la classe DropDownMember.

Espace de noms :  Microsoft.VisualStudio.Package
Assemblys :   Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (dans Microsoft.VisualStudio.Package.LanguageService.9.0.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    label As String, _
    span As TextSpan, _
    glyph As Integer, _
    fontAttribute As DROPDOWNFONTATTR _
)
public DropDownMember(
    string label,
    TextSpan span,
    int glyph,
    DROPDOWNFONTATTR fontAttribute
)

Paramètres

  • label
    Type : System.String
    [in] chaîne d'Un représentant le texte à montrer dans la zone de liste déroulante.
  • glyph
    Type : System.Int32
    [in] un index dans une liste d'images à un glyphe qui est montré avec cette entrée dans la zone de liste déroulante.

Remarques

Ces quatre paramètres spécifient tout requis par la zone de liste déroulante pour montrer une entrée.

Sécurité .NET Framework

Voir aussi

Référence

DropDownMember Classe

Microsoft.VisualStudio.Package, espace de noms