次の方法で共有


TryGetCachedValue<T>.Value プロパティ

 

キャッシュされた値を取得または設定します。

名前空間:   Microsoft.Activities
アセンブリ:  Microsoft.Activities (Microsoft.Activities.dll 内)

構文

[DefaultValueAttribute(null)]
public OutArgument<T> Value {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DefaultValueAttribute(null)]
property OutArgument<T>^ Value {
    [CompilerGeneratedAttribute]
    OutArgument<T>^ get();
    [CompilerGeneratedAttribute]
    void set(OutArgument<T>^ value);
}
[<DefaultValueAttribute(null)>]
member Value : OutArgument<'T> with get, set
<DefaultValueAttribute(Nothing)>
Public Property Value As OutArgument(Of T)

プロパティ値

Type: System.Activities.OutArgument<T>

キャッシュされた値の値。

参照

TryGetCachedValue<T> クラス
Microsoft.Activities 名前空間

トップに戻る