GelProperty 类
继承层次结构
System.Object
Microsoft.Internal.VisualStudio.PlatformUI.GelRegisteredObject
Microsoft.Internal.VisualStudio.PlatformUI.GelProperty
命名空间: Microsoft.Internal.VisualStudio.PlatformUI
程序集: Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)
语法
声明
Public NotInheritable Class GelProperty _
Inherits GelRegisteredObject
public sealed class GelProperty : GelRegisteredObject
GelProperty 类型公开以下成员。
构造函数
页首
属性
页首
方法
|
CastToGelPropertyGetterCallback<T> |
|
|
Equals |
确定指定的对象是否等于当前对象。 (继承自 Object。) |
|
FromName |
|
|
GetHashCode |
用作特定类型的哈希函数。 (继承自 Object。) |
|
GetRegisteredProperties |
|
|
GetType |
获取当前实例的 Type。 (继承自 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 |
返回表示当前对象的字符串。 (继承自 Object。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参见
参考
Microsoft.Internal.VisualStudio.PlatformUI 命名空间