StrategyBasedComWrappers.DefaultIUnknownStrategy 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 the default strategy to use for calling IUnknown
methods.
public:
static property System::Runtime::InteropServices::Marshalling::IIUnknownStrategy ^ DefaultIUnknownStrategy { System::Runtime::InteropServices::Marshalling::IIUnknownStrategy ^ get(); };
public static System.Runtime.InteropServices.Marshalling.IIUnknownStrategy DefaultIUnknownStrategy { get; }
static member DefaultIUnknownStrategy : System.Runtime.InteropServices.Marshalling.IIUnknownStrategy
Public Shared ReadOnly Property DefaultIUnknownStrategy As IIUnknownStrategy
Property Value
Remarks
This strategy assumes that all provided COM objects are free threaded and that calls to IUnknown
methods can be made from any thread.
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.