CodeActivityPublicEnvironmentAccessor Structure
Specifies information about a public environment accessor.
Assembly: System.Activities (in System.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | ActivityMetadata | Gets the activity’s arguments, variables, child activities, and activity delegates. |
| Name | Description | |
|---|---|---|
![]() ![]() | Create(CodeActivityMetadata) | Creates the description of the arguments, child activities, variables, and activity delegates. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the public environment accessor.(Overrides ValueType::Equals(Object^).) |
![]() | GetHashCode() | Returns a unique identifier for this public environment accessor.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
![]() | TryGetAccessToPublicLocation(LocationReference^, ArgumentDirection, LocationReference^%) | Returns a value that indicates whether the activity will try to get access to public location. |
![]() | TryGetReferenceToPublicLocation(LocationReference^, LocationReference^%) | Returns a value that indicates whether the activity will try to get reference for the public location. |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(CodeActivityPublicEnvironmentAccessor, CodeActivityPublicEnvironmentAccessor) | Returns a value that indicates whether the two specified metadata instances are equal. |
![]() ![]() | Inequality(CodeActivityPublicEnvironmentAccessor, CodeActivityPublicEnvironmentAccessor) | Returns a value that indicates whether the two specified metadata instances are not equal. |
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.



