共用方式為


StrategyBasedComWrappers.DefaultIUnknownInterfaceDetailsStrategy 屬性

定義

取得探索 COM 介面相關介面詳細資料的預設策略。

public:
 static property System::Runtime::InteropServices::Marshalling::IIUnknownInterfaceDetailsStrategy ^ DefaultIUnknownInterfaceDetailsStrategy { System::Runtime::InteropServices::Marshalling::IIUnknownInterfaceDetailsStrategy ^ get(); };
public static System.Runtime.InteropServices.Marshalling.IIUnknownInterfaceDetailsStrategy DefaultIUnknownInterfaceDetailsStrategy { get; }
static member DefaultIUnknownInterfaceDetailsStrategy : System.Runtime.InteropServices.Marshalling.IIUnknownInterfaceDetailsStrategy
Public Shared ReadOnly Property DefaultIUnknownInterfaceDetailsStrategy As IIUnknownInterfaceDetailsStrategy

屬性值

備註

此策略可以探索使用來源產生的 COM Interop 來使用 和 屬性的 GeneratedComInterfaceAttribute 介面和 GeneratedComClassAttribute 類別。 此策略會尋找 IUnknownDerivedAttribute<T,TImpl> 所提供物件類型的 或 ComExposedClassAttribute<T> 屬性,以探索 COM 類型資訊。

適用於