CodeActivityPublicEnvironmentAccessor Struct
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.
Specifies information about a public environment accessor.
public value class CodeActivityPublicEnvironmentAccessor
public struct CodeActivityPublicEnvironmentAccessor
type CodeActivityPublicEnvironmentAccessor = struct
Public Structure CodeActivityPublicEnvironmentAccessor
- Inheritance
Properties
ActivityMetadata |
Gets the activity's arguments, variables, child activities, and activity delegates. |
Methods
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. |
GetHashCode() |
Returns a unique identifier for this public environment accessor. |
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. |
Operators
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. |