RequiresContextItemAttribute.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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
RequiresContextItemAttribute 类
FeatureConnector<TFeatureProviderType>