ITypeInfo.GetImplTypeFlags(Int32, IMPLTYPEFLAGS) Method

Definition

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