IIUnknownCacheStrategy.TrySetTableInfo Méthode

Définition

Tente de définir l’objet associé 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

Paramètres

handle
RuntimeTypeHandle

Handle de type runtime.

info
IIUnknownCacheStrategy.TableInfo

Informations sur la table de méthode virtuelle non managée.

Retours

true s’il est défini, sinon false.

S’applique à