ITypeInfo.GetImplTypeFlags(Int32, IMPLTYPEFLAGS) 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 IMPLTYPEFLAGS value for one implemented interface or base interface in a type description.
public:
void GetImplTypeFlags(int index, [Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::IMPLTYPEFLAGS % pImplTypeFlags);
public void GetImplTypeFlags (int index, out System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS pImplTypeFlags);
abstract member GetImplTypeFlags : int * IMPLTYPEFLAGS -> unit
Public Sub GetImplTypeFlags (index As Integer, ByRef pImplTypeFlags As IMPLTYPEFLAGS)
Parameters
- index
- Int32
The index of the implemented interface or base interface.
- pImplTypeFlags
- IMPLTYPEFLAGS
When this method returns, contains a reference to the IMPLTYPEFLAGS
enumeration. This parameter is passed uninitialized.
Remarks
For more information, see ITypeInfo::GetImplTypeFlags method.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.