CodeActivityPublicEnvironmentAccessor Structure

.NET Framework (current version)
 

Specifies information about a public environment accessor.

Namespace:   System.Activities
Assembly:  System.Activities (in System.Activities.dll)

public value struct CodeActivityPublicEnvironmentAccessor

NameDescription
System_CAPS_pubpropertyActivityMetadata

Gets the activity’s arguments, variables, child activities, and activity delegates.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(CodeActivityMetadata)

Creates the description of the arguments, child activities, variables, and activity delegates.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the public environment accessor.(Overrides ValueType::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Returns a unique identifier for this public environment accessor.(Overrides ValueType::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns the fully qualified type name of this instance.(Inherited from ValueType.)

System_CAPS_pubmethodTryGetAccessToPublicLocation(LocationReference^, ArgumentDirection, LocationReference^%)

Returns a value that indicates whether the activity will try to get access to public location.

System_CAPS_pubmethodTryGetReferenceToPublicLocation(LocationReference^, LocationReference^%)

Returns a value that indicates whether the activity will try to get reference for the public location.

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(CodeActivityPublicEnvironmentAccessor, CodeActivityPublicEnvironmentAccessor)

Returns a value that indicates whether the two specified metadata instances are equal.

System_CAPS_puboperatorSystem_CAPS_staticInequality(CodeActivityPublicEnvironmentAccessor, CodeActivityPublicEnvironmentAccessor)

Returns a value that indicates whether the two specified metadata instances are not equal.

.NET Framework
Available since 4.5

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: