Share via


ICoreAutomationConnectionBoundObjectProvider.IsComThreadingRequired Property

Definition

Gets whether a COM threading model is required by the ICoreAutomationConnectionBoundObjectProvider.

public:
 property bool IsComThreadingRequired { bool get(); };
/// [Windows.Foundation.Metadata.NoException]
/// [get: Windows.Foundation.Metadata.NoException]
bool IsComThreadingRequired();
[Windows.Foundation.Metadata.NoException]
public bool IsComThreadingRequired { [Windows.Foundation.Metadata.NoException] get; }
var boolean = iCoreAutomationConnectionBoundObjectProvider.isComThreadingRequired;
Public ReadOnly Property IsComThreadingRequired As Boolean

Property Value

Boolean

bool

True, if a COM threading model is required. Otherwise, false.

If this property is true, then the connection-bound object will be bound to the apartment where the remote operation that first introduced the object was evaluated.

Attributes

Applies to

See also