ICoreAutomationConnectionBoundObjectProvider.IsComThreadingRequired Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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