UsesItemPolicyAttribute.TypeId 属性

此成员重写 Attribute.TypeId,且该主题可能包括更完整的文档。

获取此特性的类型 ID。

命名空间:  Microsoft.Windows.Design.Policies
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
Public Overrides ReadOnly Property TypeId As Object
    Get
public override Object TypeId { get; }
public:
virtual property Object^ TypeId {
    Object^ get () override;
}
abstract TypeId : Object
override TypeId : Object
override function get TypeId () : Object

属性值

类型:System.Object

表示此特性的唯一标识符的 Object

备注

特性列表中具有同一个类型 ID“collapse”的特性。 如果 UsesItemPolicyAttribute 两个实例的引用具有相同的策略类型,则可以认为这两个实例完全相同。

.NET Framework 安全性

请参见

参考

UsesItemPolicyAttribute 类

Microsoft.Windows.Design.Policies 命名空间

ItemPolicy

SelectionPolicy

FeatureProvider

FeatureConnectorAttribute

其他资源

功能提供程序和功能连接器

了解 WPF 设计器扩展性