共用方式為


IIUnknownInterfaceDetailsStrategy.GetComExposedTypeDetails 方法

定義

取得公開給 COM 之指定型別的詳細數據。

public:
 System::Runtime::InteropServices::Marshalling::IComExposedDetails ^ GetComExposedTypeDetails(RuntimeTypeHandle type);
public System.Runtime.InteropServices.Marshalling.IComExposedDetails? GetComExposedTypeDetails (RuntimeTypeHandle type);
abstract member GetComExposedTypeDetails : RuntimeTypeHandle -> System.Runtime.InteropServices.Marshalling.IComExposedDetails
Public Function GetComExposedTypeDetails (type As RuntimeTypeHandle) As IComExposedDetails

參數

type
RuntimeTypeHandle

運行時間類型句柄。

傳回

如果已知,指定之型別的詳細數據。

適用於