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.
- span
Type : Microsoft.VisualStudio.TextManager.Interop.TextSpan
[in] l'objet d'Un TextSpan qui spécifie l'emplacement dans la source cette entrée représente.
- 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.
- fontAttribute
Type : Microsoft.VisualStudio.TextManager.Interop.DROPDOWNFONTATTR
[in] balises de collection à Partir de l'énumération d'DROPDOWNFONTATTR décrivant comment afficher le nom 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
- 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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.