GelProperty, classe
Dans cet article
Hiérarchie d'héritage
System.Object
Microsoft.Internal.VisualStudio.PlatformUI.GelRegisteredObject
Microsoft.Internal.VisualStudio.PlatformUI.GelProperty
Espace de noms : Microsoft.Internal.VisualStudio.PlatformUI
Assembly : Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)
Syntaxe
'Déclaration
Public NotInheritable Class GelProperty _
Inherits GelRegisteredObject
public sealed class GelProperty : GelRegisteredObject
Le type GelProperty expose les membres suivants.
Constructeurs
Début
Propriétés
Début
Méthodes
CastToGelPropertyGetterCallback<T>
Equals
Détermine si l'objet Object spécifié est égal à l'objet Object actuel. (Hérité de Object .)
Finalize
Autorise un objet à tenter de libérer des ressources et d'exécuter d'autres opérations de nettoyage avant qu'il ne soit récupéré par l'opération garbage collection. (Hérité de Object .)
FromName
GetHashCode
Sert de fonction de hachage pour un type particulier. (Hérité de Object .)
GetRegisteredProperties
GetType
Obtient le Type de l'instance actuelle. (Hérité de Object .)
MemberwiseClone
Crée une copie superficielle de l'objet Object actuel. (Hérité de Object .)
Register<TOwner>(String, Boolean)
Register<TOwner>(String, Double)
Register<TOwner>(String, Func<TResult>)
Register<TOwner>(String, Guid)
Register<TOwner>(String, Int32)
Register<TOwner>(String, Single)
Register<TOwner>(String, String)
Register<TOwner>(String, UInt32)
RegisterBooleanProperty<TOwner>(String)
RegisterBooleanProperty<TOwner>(String, Boolean, GelPropertyChangedCallback, GelPropertyValidatorCallback)
RegisterCollectionProperty<TOwner>
RegisterDataSourceProperty<TOwner>(String)
RegisterDataSourceProperty<TOwner>(String, Func<TResult>)
RegisterDataSourceProperty<TOwner>(String, GelPropertyChangedCallback, GelPropertyValidatorCallback)
RegisterDoubleProperty<TOwner>
RegisterDwordProperty<TOwner>
RegisterGuidProperty<TOwner>
RegisterIndirectBooleanProperty<TOwner>
RegisterIndirectBuiltInProperty<TOwner>
RegisterIndirectCollectionProperty<TOwner>
RegisterIndirectDataSourceProperty<TOwner>
RegisterIndirectDoubleProperty<TOwner>
RegisterIndirectDwordProperty<TOwner>
RegisterIndirectGuidProperty<TOwner>
RegisterIndirectIntProperty<TOwner>
RegisterIndirectProperty<TOwner>(String, String, __VSUIDATAFORMAT, GelPropertyGetterCallback)
RegisterIndirectProperty<TOwner>(String, String, __VSUIDATAFORMAT, GelPropertyGetterCallback, Boolean)
RegisterIndirectSingleProperty<TOwner>
RegisterIndirectStringProperty<TOwner>
RegisterIndirectUnknownProperty<TOwner>
RegisterIndirectWpfProperty<TOwner>
RegisterIntProperty<TOwner>
RegisterLazyInitializedBooleanProperty<TOwner>
RegisterLazyInitializedBuiltInProperty<TOwner>
RegisterLazyInitializedCollectionProperty<TOwner>
RegisterLazyInitializedDataSourceProperty<TOwner>
RegisterLazyInitializedDoubleProperty<TOwner>
RegisterLazyInitializedDwordProperty<TOwner>
RegisterLazyInitializedGuidProperty<TOwner>
RegisterLazyInitializedIntProperty<TOwner>
RegisterLazyInitializedProperty<TOwner>
RegisterLazyInitializedSingleProperty<TOwner>
RegisterLazyInitializedStringProperty<TOwner>
RegisterLazyInitializedUnknownProperty<TOwner>
RegisterLazyInitializedWpfProperty<TOwner>
RegisterSingleProperty<TOwner>
RegisterStringProperty<TOwner>(String)
RegisterStringProperty<TOwner>(String, String, GelPropertyChangedCallback, GelPropertyValidatorCallback)
RegisterUnknownProperty<TOwner>
RegisterWpfProperty<TOwner>
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.Internal.VisualStudio.PlatformUI, espace de noms