UCOMITypeInfo.GetRefTypeInfo(Int32, UCOMITypeInfo) 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.
If a type description references other type descriptions, it retrieves the referenced type descriptions.
public:
void GetRefTypeInfo(int hRef, [Runtime::InteropServices::Out] System::Runtime::InteropServices::UCOMITypeInfo ^ % ppTI);
public void GetRefTypeInfo (int hRef, out System.Runtime.InteropServices.UCOMITypeInfo ppTI);
abstract member GetRefTypeInfo : int * UCOMITypeInfo -> unit
Public Sub GetRefTypeInfo (hRef As Integer, ByRef ppTI As UCOMITypeInfo)
Parameters
- hRef
- Int32
Handle to the referenced type description to return.
- ppTI
- UCOMITypeInfo
On successful return, the referenced type description.
Remarks
For additional information about ITypeInfo::GetRefTypeInfo
, see the MSDN Library.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.