AxHost.ActiveXInvokeKind Enum
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.
Specifies the type of member that referenced the ActiveX control while it was in an invalid state.
public: enum class AxHost::ActiveXInvokeKind
public enum AxHost.ActiveXInvokeKind
type AxHost.ActiveXInvokeKind =
Public Enum AxHost.ActiveXInvokeKind
- Inheritance
Fields
Name | Value | Description |
---|---|---|
MethodInvoke | 0 | A method referenced the ActiveX control. |
PropertyGet | 1 | The get accessor of a property referenced the ActiveX control. |
PropertySet | 2 | The set accessor of a property referenced the ActiveX control. |
Examples
The AxHost.ActiveXInvokeKind enumeration is used by the AxHost.InvalidActiveXStateException exception to specify the type of member that referenced the ActiveX control while it was an invalid state.