AssemblyReferences.ItemType 属性

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

获取上下文项管理器中的一个键,该键用来确定此对象所属的上下文项的类型。

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

语法

声明
Public Overrides NotOverridable ReadOnly Property ItemType As Type
    Get
public override sealed Type ItemType { get; }
public:
virtual property Type^ ItemType {
    Type^ get () override sealed;
}
abstract ItemType : Type
override ItemType : Type
override final function get ItemType () : Type

属性值

类型:System.Type
上下文项管理器中的一个键,该键用来确定此对象所属的上下文项的类型。

.NET Framework 安全性

请参见

参考

AssemblyReferences 类

Microsoft.Windows.Design 命名空间

其他资源

WPF 设计器扩展性