IMPLTYPEFLAGS 열거형

정의

주의

Use System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS instead. http://go.microsoft.com/fwlink/?linkid=14202

주의

이 API는 이제 사용되지 않습니다.

대신 IMPLTYPEFLAGS를 사용하세요.

이 열거형은 멤버 값의 비트 조합을 지원합니다.

public enum class IMPLTYPEFLAGS
[System.Flags]
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum IMPLTYPEFLAGS
[System.Flags]
[System.Serializable]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public enum IMPLTYPEFLAGS
[System.Flags]
[System.Serializable]
[System.Obsolete]
public enum IMPLTYPEFLAGS
[<System.Flags>]
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type IMPLTYPEFLAGS = 
[<System.Flags>]
[<System.Serializable>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type IMPLTYPEFLAGS = 
[<System.Flags>]
[<System.Serializable>]
[<System.Obsolete>]
type IMPLTYPEFLAGS = 
Public Enum IMPLTYPEFLAGS
상속
IMPLTYPEFLAGS
특성

필드

IMPLTYPEFLAG_FDEFAULT 1

인터페이스나 dispinterface는 소스나 싱크의 기본값을 나타냅니다.

IMPLTYPEFLAG_FDEFAULTVTABLE 8

싱크는 VTBL(가상 함수 테이블)을 통해 이벤트를 받습니다.

IMPLTYPEFLAG_FRESTRICTED 4

사용자가 멤버를 표시하거나 프로그래밍할 수 없어야 합니다.

IMPLTYPEFLAG_FSOURCE 2

coclass의 이 멤버는 구현되는 것이 아니라 호출됩니다.

설명

에 대 한 자세한 내용은 IMPLTYPEFLAGS, MSDN Library를 참조 합니다.

적용 대상