RequiresServiceAttribute.TypeId 属性

获取该属性的类型 ID。

命名空间:  Microsoft.Windows.Design
程序集:  Microsoft.Windows.Design.Extensibility(在 Microsoft.Windows.Design.Extensibility.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
一个对象,指示该特性的类型 ID。

备注

每个服务类型的类型 ID 必须是唯一的。

.NET Framework 安全性

请参见

参考

RequiresServiceAttribute 类

Microsoft.Windows.Design 命名空间

RequiresContextItemAttribute

UsesItemPolicyAttribute

PrimarySelectionPolicy

FeatureProvider

其他资源

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

了解 WPF 设计器扩展性