IMPLTYPEFLAGS Enum
Definition
Caution
Use System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS instead. http://go.microsoft.com/fwlink/?linkid=14202
Caution
This API is now obsolete.
Use IMPLTYPEFLAGS instead.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
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
- Inheritance
- Attributes
Fields
IMPLTYPEFLAG_FDEFAULT | 1 | The interface or dispinterface represents the default for the source or sink. |
IMPLTYPEFLAG_FDEFAULTVTABLE | 8 | Sinks receive events through the virtual function table (VTBL). |
IMPLTYPEFLAG_FRESTRICTED | 4 | The member should not be displayed or programmable by users. |
IMPLTYPEFLAG_FSOURCE | 2 | This member of a coclass is called rather than implemented. |
Remarks
For additional information about IMPLTYPEFLAGS
, see the MSDN Library.