Classe GelProperty
Gerarchia di ereditarietà
System.Object
Microsoft.Internal.VisualStudio.PlatformUI.GelRegisteredObject
Microsoft.Internal.VisualStudio.PlatformUI.GelProperty
Spazio dei nomi: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class GelProperty _
Inherits GelRegisteredObject
public sealed class GelProperty : GelRegisteredObject
Il tipo GelProperty espone i seguenti membri.
Costruttori
In alto
Proprietà
In alto
Metodi
|
CastToGelPropertyGetterCallback<T> |
|
|
Equals |
Determina se l'oggetto specificato equivale all'oggetto corrente. (Ereditato da Object) |
|
FromName |
|
|
GetHashCode |
Funge da funzione hash per un determinato tipo. (Ereditato da Object) |
|
GetRegisteredProperties |
|
|
GetType |
Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object) |
|
Register<TOwner>(String, Boolean) |
|
|
Register<TOwner>(String, Double) |
|
|
Register<TOwner>(String, Object}) |
|
|
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, Object}) |
|
|
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 |
Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object) |
In alto
Codice thread safe
Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI