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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.