NullLiteral<T> クラス

 

null の値を指定するアクティビティ。

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

継承階層

System.Object
  System.Activities.Activity
    System.Activities.ActivityWithResult
      System.Activities.Activity<TResult>
        System.Activities.CodeActivity<TResult>
          Microsoft.Activities.Expressions.NullLiteral<T>

構文

public sealed class NullLiteral<T> : CodeActivity<T>
where T : class
generic<typename T>
where T : ref class
public ref class NullLiteral sealed : CodeActivity<T>
[<Sealed>]
type NullLiteral<'T when 'T : not struct> = 
    class
        inherit CodeActivity<'T>
    end
Public NotInheritable Class NullLiteral(Of T As Class)
    Inherits CodeActivity(Of T)

型パラメーター

  • T
    戻り値の種類。

コンストラクター

名前 説明
System_CAPS_pubmethod NullLiteral<T>()

NullLiteral<T> クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
System_CAPS_protproperty CacheId

(Activity から継承されました。)

System_CAPS_pubproperty DisplayName

(Activity から継承されました。)

System_CAPS_pubproperty Id

(Activity から継承されました。)

System_CAPS_protproperty ImplementationVersion

(CodeActivity<TResult> から継承されました。)

System_CAPS_pubproperty Result

(Activity<TResult> から継承されました。)

System_CAPS_pubproperty ResultType

(ActivityWithResult から継承されました。)

メソッド

名前 説明
System_CAPS_pubmethod Equals(Object)

(Object から継承されました。)

System_CAPS_pubmethod GetHashCode()

(Object から継承されました。)

System_CAPS_pubmethod GetType()

(Object から継承されました。)

System_CAPS_pubmethod ToString()

(Activity から継承されました。)

スレッド セーフ

すべてのパブリック構造体 (Shared Visual Basic では) メンバーは、スレッド セーフです。 Aインスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

Microsoft.Activities.Expressions 名前空間

トップに戻る