다음을 통해 공유


StrategyBasedComWrappers.GetOrCreateIUnknownStrategy 메서드

정의

새 COM 개체 래퍼에 대한 IUnknown 전략을 가져오거나 만듭니다.

protected:
 virtual System::Runtime::InteropServices::Marshalling::IIUnknownStrategy ^ GetOrCreateIUnknownStrategy();
protected virtual System.Runtime.InteropServices.Marshalling.IIUnknownStrategy GetOrCreateIUnknownStrategy ();
abstract member GetOrCreateIUnknownStrategy : unit -> System.Runtime.InteropServices.Marshalling.IIUnknownStrategy
override this.GetOrCreateIUnknownStrategy : unit -> System.Runtime.InteropServices.Marshalling.IIUnknownStrategy
Protected Overridable Function GetOrCreateIUnknownStrategy () As IIUnknownStrategy

반환

새 COM 개체에 사용할 IUnknown 전략입니다.

적용 대상