IIUnknownCacheStrategy.TrySetTableInfo 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試設定相關聯的 IIUnknownCacheStrategy.TableInfo 。
public:
bool TrySetTableInfo(RuntimeTypeHandle handle, System::Runtime::InteropServices::Marshalling::IIUnknownCacheStrategy::TableInfo info);
public bool TrySetTableInfo (RuntimeTypeHandle handle, System.Runtime.InteropServices.Marshalling.IIUnknownCacheStrategy.TableInfo info);
abstract member TrySetTableInfo : RuntimeTypeHandle * System.Runtime.InteropServices.Marshalling.IIUnknownCacheStrategy.TableInfo -> bool
Public Function TrySetTableInfo (handle As RuntimeTypeHandle, info As IIUnknownCacheStrategy.TableInfo) As Boolean
參數
- handle
- RuntimeTypeHandle
執行時間類型控制碼。
Unmanaged 虛擬方法資料表資訊。
傳回
true
如果已設定,則為 ,否則 false
為 。