CompletionIcon, classe
Represents an icon used in the completion.
Hiérarchie d'héritage
Object
Microsoft.VisualStudio.Language.Intellisense.CompletionIcon
Espace de noms : Microsoft.VisualStudio.Language.Intellisense
Assembly : Microsoft.VisualStudio.Language.Intellisense (dans Microsoft.VisualStudio.Language.Intellisense.dll)
Syntaxe
'Déclaration
Public Class CompletionIcon _
Implements IComparable(Of CompletionIcon)
public class CompletionIcon : IComparable<CompletionIcon>
public ref class CompletionIcon : IComparable<CompletionIcon^>
type CompletionIcon =
class
interface IComparable<CompletionIcon>
end
public class CompletionIcon implements IComparable<CompletionIcon>
Le type CompletionIcon expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
CompletionIcon() | Initializes a new instance of CompletionIcon. | |
CompletionIcon(ImageSource, String, String, Int32) | Initializes a new instance of CompletionIcon. |
Début
Propriétés
Nom | Description | |
---|---|---|
AutomationId | Gets or sets the automation ID. | |
AutomationName | Gets or sets the automation name. | |
IconSource | Gets or sets the icon source. | |
Position | Gets or sets the position. |
Début
Méthodes
Nom | Description | |
---|---|---|
CompareTo | Compares the icon to another completion icon. | |
Equals | Détermine si l'objet spécifié est identique à l'objet actuel. (Hérité de Object.) | |
Finalize | Autorise un objet à tenter de libérer des ressources et à exécuter d'autres opérations de nettoyage avant qu'il ne soit récupéré par une opération garbage collection. (Hérité de Object.) | |
GetHashCode | Sert de fonction de hachage par défaut. (Hérité de Object.) | |
GetType | Obtient le Type de l'instance actuelle. (Hérité de Object.) | |
MemberwiseClone | Crée une copie superficielle du Object actuel. (Hérité de Object.) | |
ToString | Retourne une chaîne qui représente l'objet actuel. (Hérité de Object.) |
Début
Sécurité des threads
Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.
Voir aussi
Référence
Microsoft.VisualStudio.Language.Intellisense, espace de noms