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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.