ImportedNamespaceContextItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A context item published to the editing context that represents a collection of imported namespaces associated with the designer.
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
- Inheritance
Constructors
ImportedNamespaceContextItem() |
Creates an instance of the ImportedNamespaceContextItem class. |
Properties
ImportedNamespaces |
Gets the collection of imported namespaces. |
ItemType |
Gets the type of the imported namespace context item. |
Methods
EnsureInitialized(EditingContext) |
Initializes the collection of imported namespaces with the editing context. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
OnItemChanged(EditingContext, ContextItem) |
Represents a method that is called on the context item before it is stored in the context item manager. The previous item in the context item manager is passed as a parameter. (Inherited from ContextItem) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |