StrategyBasedComWrappers.DefaultIUnknownStrategy 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取用于调用 IUnknown
方法的默认策略。
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
属性值
注解
此策略假定所有提供的 COM 对象都是自由线程的,并且可以从任何线程调用 IUnknown
方法。