Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Gets the value of an argument.
GetValue(Argument) |
Gets the value of the specified Argument. |
GetValue(RuntimeArgument) |
Gets the value of the specified RuntimeArgument. |
GetValue<T>(InArgument<T>) |
Gets the value of the specified InArgument<T>. |
GetValue<T>(InOutArgument<T>) |
Gets the value of the specified InOutArgument<T>. |
GetValue<T>(LocationReference) |
Gets the value at the specified LocationReference. |
GetValue<T>(OutArgument<T>) |
Gets the value of the specified OutArgument<T>. |
Gets the value of the specified Argument.
public:
System::Object ^ GetValue(System::Activities::Argument ^ argument);
public object GetValue(System.Activities.Argument argument);
member this.GetValue : System.Activities.Argument -> obj
Public Function GetValue (argument As Argument) As Object
The argument to inspect.
The value of the argument.
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Gets the value of the specified RuntimeArgument.
public:
System::Object ^ GetValue(System::Activities::RuntimeArgument ^ runtimeArgument);
public object GetValue(System.Activities.RuntimeArgument runtimeArgument);
member this.GetValue : System.Activities.RuntimeArgument -> obj
Public Function GetValue (runtimeArgument As RuntimeArgument) As Object
The argument to inspect.
The value of the argument.
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Gets the value of the specified InArgument<T>.
public:
generic <typename T>
T GetValue(System::Activities::InArgument<T> ^ argument);
public T GetValue<T>(System.Activities.InArgument<T> argument);
member this.GetValue : System.Activities.InArgument<'T> -> 'T
Public Function GetValue(Of T) (argument As InArgument(Of T)) As T
The type of the argument.
The argument to inspect.
The value of the argument.
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Gets the value of the specified InOutArgument<T>.
public:
generic <typename T>
T GetValue(System::Activities::InOutArgument<T> ^ argument);
public T GetValue<T>(System.Activities.InOutArgument<T> argument);
member this.GetValue : System.Activities.InOutArgument<'T> -> 'T
Public Function GetValue(Of T) (argument As InOutArgument(Of T)) As T
The type of the argument.
The argument to inspect.
The value of the argument.
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Gets the value at the specified LocationReference.
public:
generic <typename T>
T GetValue(System::Activities::LocationReference ^ locationReference);
public T GetValue<T>(System.Activities.LocationReference locationReference);
member this.GetValue : System.Activities.LocationReference -> 'T
Public Function GetValue(Of T) (locationReference As LocationReference) As T
The type of the value.
The referenced location to inspect.
The value of the referenced location.
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Gets the value of the specified OutArgument<T>.
public:
generic <typename T>
T GetValue(System::Activities::OutArgument<T> ^ argument);
public T GetValue<T>(System.Activities.OutArgument<T> argument);
member this.GetValue : System.Activities.OutArgument<'T> -> 'T
Public Function GetValue(Of T) (argument As OutArgument(Of T)) As T
The type of the argument.
The argument to inspect.
The value of the argument.
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback:
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in