BindingOption 列挙型

定義

Activity によって送信するすべての作業を 1 つのシングルスレッド アパートメント (STA: single-threaded apartment) にバインドするかどうかを示します。 この列挙体は、マルチスレッド アパートメント (MTA: multithreaded apartment) には影響を与えません。

public enum class BindingOption
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum BindingOption
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type BindingOption = 
Public Enum BindingOption
継承
BindingOption
属性

フィールド

BindingToPoolThread 1

アクティビティによって送信した作業が、単一の STA にバインドされます。

NoBinding 0

アクティビティによって送信した作業は、単一の STA にバインドされません。

適用対象