ITypeInfo2.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.
Implements
Remarks
For more information, see ITypeInfo::GetImplTypeFlags method.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา