IIUnknownCacheStrategy.ConstructTableInfo Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
IIUnknownCacheStrategy.TableInfo Vytvoří instanci.
public:
System::Runtime::InteropServices::Marshalling::IIUnknownCacheStrategy::TableInfo ConstructTableInfo(RuntimeTypeHandle handle, System::Runtime::InteropServices::Marshalling::IIUnknownDerivedDetails ^ interfaceDetails, void* ptr);
public System.Runtime.InteropServices.Marshalling.IIUnknownCacheStrategy.TableInfo ConstructTableInfo (RuntimeTypeHandle handle, System.Runtime.InteropServices.Marshalling.IIUnknownDerivedDetails interfaceDetails, void* ptr);
abstract member ConstructTableInfo : RuntimeTypeHandle * System.Runtime.InteropServices.Marshalling.IIUnknownDerivedDetails * nativeptr<unit> -> System.Runtime.InteropServices.Marshalling.IIUnknownCacheStrategy.TableInfo
Parametry
- handle
- RuntimeTypeHandle
Popisovač typu modulu runtime.
- interfaceDetails
- IIUnknownDerivedDetails
Podrobnosti o rozhraní.
- ptr
- Void*
Ukazatel na instanci, která se má dotazovat.
Návraty
Vytvořená IIUnknownCacheStrategy.TableInfo instance pro poskytnuté informace.