共用方式為


ComVariant.GetRawDataRef<T> 方法

定義

取得這個 ComVariant 實例內儲存位置的參考。

public:
generic <typename T>
 where T : value class T % GetRawDataRef();
public ref T GetRawDataRef<T> () where T : struct;
member this.GetRawDataRef : unit -> 'T (requires 'T : struct)
Public Function GetRawDataRef(Of T As Structure) () As T

類型參數

T

要傳回的參考型別。

傳回

T

這個 ComVariant中儲存位置的參考。

例外狀況

T Decimal 或大於 ComVariant中的儲存空間。

適用於