共用方式為


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)

適用於