AssemblyContextControlItem Class

Definition

Exposes an Item through the editing context for managing the list of referenced and local assemblies that will be used inside the workflow for controls such as the expression editor to determine the list of references.

public ref class AssemblyContextControlItem sealed : System::Activities::Presentation::ContextItem
public sealed class AssemblyContextControlItem : System.Activities.Presentation.ContextItem
type AssemblyContextControlItem = class
    inherit ContextItem
Public NotInheritable Class AssemblyContextControlItem
Inherits ContextItem
Inheritance
AssemblyContextControlItem

Constructors

AssemblyContextControlItem()

Initializes a new instance of the AssemblyContextControlItem class.

Properties

AllAssemblyNamesInContext

Returns a collection that contains the display names of all the assemblies that have been loaded in the environment in addition to the display name of the local project assembly.

ItemType

Gets an item type.

LocalAssemblyName

Gets or sets the local assembly name.

ReferencedAssemblyNames

Gets or sets the referenced assembly names.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetAssembly(AssemblyName, IMultiTargetingSupportService)

Returns the currently loaded assembly using the multi-targeting support service.

GetEnvironmentAssemblies(IMultiTargetingSupportService)

Returns a collection of all the assemblies that have been loaded in the environment.

GetEnvironmentAssemblyNames()

Returns a collection that contains the assembly names of all the assemblies that have been loaded in the environment.

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)

Applies to