ImportedNamespaceContextItem 类

定义

发布到编辑上下文的上下文项,表示与设计器关联的导入命名空间的集合。

public ref class ImportedNamespaceContextItem sealed : System::Activities::Presentation::ContextItem
public sealed class ImportedNamespaceContextItem : System.Activities.Presentation.ContextItem
type ImportedNamespaceContextItem = class
    inherit ContextItem
Public NotInheritable Class ImportedNamespaceContextItem
Inherits ContextItem
继承
ImportedNamespaceContextItem

构造函数

名称 说明
ImportedNamespaceContextItem()

创建 ImportedNamespaceContextItem 类的实例。

属性

名称 说明
ImportedNamespaces

获取导入的命名空间的集合。

ItemType

获取导入的命名空间上下文项的类型。

方法

名称 说明
EnsureInitialized(EditingContext)

使用编辑上下文初始化导入命名空间的集合。

Equals(Object)

确定指定的对象是否等于当前对象。

(继承自 Object)
GetHashCode()

用作默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object的浅表副本。

(继承自 Object)
OnItemChanged(EditingContext, ContextItem)

表示在上下文项管理器中存储上下文项之前对上下文项调用的方法。 上下文项管理器中的上一项作为参数传递。

(继承自 ContextItem)
ToString()

返回一个表示当前对象的字符串。

(继承自 Object)

适用于