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 类型公开以下成员。

构造函数

  名称 说明
公共方法 GelProperty

页首

属性

  名称 说明
公共属性 GlobalIndex (继承自 GelRegisteredObject。)
公共属性 Name (继承自 GelRegisteredObject。)
公共属性 OwnerType (继承自 GelRegisteredObject。)
公共属性静态成员 UnsetValue

页首

方法

  名称 说明
公共方法静态成员 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 命名空间