LocationReferenceEnvironment Class

Definition

Provides a representation of the environment of variables and arguments that is available to an activity at runtime.

public ref class LocationReferenceEnvironment abstract
public abstract class LocationReferenceEnvironment
type LocationReferenceEnvironment = class
Public MustInherit Class LocationReferenceEnvironment
Inheritance
LocationReferenceEnvironment

Constructors

LocationReferenceEnvironment()

Called by derived class constructors to initialize the object.

Properties

Parent

Gets or sets the containing LocationReferenceEnvironment.

Root

Gets the activity that determines the scoping rules for this environment.

Methods

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)
GetLocationReferences()

When overridden in a derived class, returns a collection of LocationReference objects in the current scope.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
IsVisible(LocationReference)

When overridden in a derived class, determines whether the specified LocationReference is visible in the current scope.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
TryGetLocationReference(String, LocationReference)

When overridden in a derived class, attempts to get the specified LocationReference.

Applies to