IsEmptyGuid クラス

 

GUID が空かどうかを確認するアクティビティ。

名前空間:   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.IsEmptyGuid

構文

[ContentPropertyAttribute("Value")]
public sealed class IsEmptyGuid : CodeActivity<bool>
[ContentPropertyAttribute("Value")]
public ref class IsEmptyGuid sealed : CodeActivity<bool>
[<Sealed>]
[<ContentPropertyAttribute("Value")>]
type IsEmptyGuid = 
    class
        inherit CodeActivity<bool>
    end
<ContentPropertyAttribute("Value")>
Public NotInheritable Class IsEmptyGuid
    Inherits CodeActivity(Of Boolean)

コンストラクター

名前 説明
System_CAPS_pubmethod IsEmptyGuid()

IsEmptyGuid クラスの新しいインスタンスを初期化します。

System_CAPS_pubmethod IsEmptyGuid(InArgument<Guid>)

IsEmptyGuid クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
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_pubproperty Value

入力 GUID を取得または設定します。

メソッド

名前 説明
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 名前空間

トップに戻る