ITypeInfo2.GetRefTypeInfo(Int32, ITypeInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the referenced type descriptions, if a type description references other type descriptions.
public:
void GetRefTypeInfo(int hRef, [Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::ITypeInfo ^ % ppTI);
public void GetRefTypeInfo(int hRef, out System.Runtime.InteropServices.ComTypes.ITypeInfo ppTI);
abstract member GetRefTypeInfo : int * ITypeInfo -> unit
Public Sub GetRefTypeInfo (hRef As Integer, ByRef ppTI As ITypeInfo)
Parameters
- hRef
- Int32
A handle to the referenced type description to return.
- ppTI
- ITypeInfo
When this method returns, contains the referenced type description. This parameter is passed uninitialized.
Implements
Remarks
For more information, see ITypeInfo::GetRefTypeInfo method.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.