ITypeInfo2.GetVarIndexOfMemId(Int32, Int32) 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.
Binds to a specific member based on a known DISPID
, where the member name is not known (for example, when binding to a default member).
public:
void GetVarIndexOfMemId(int memid, [Runtime::InteropServices::Out] int % pVarIndex);
public void GetVarIndexOfMemId (int memid, out int pVarIndex);
abstract member GetVarIndexOfMemId : int * int -> unit
Public Sub GetVarIndexOfMemId (memid As Integer, ByRef pVarIndex As Integer)
Parameters
- memid
- Int32
The member identifier.
- pVarIndex
- Int32
When this method returns, contains an index of memid
. This parameter is passed uninitialized.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.