The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
INVOKEKIND Enumeration
.NET Framework 1.1
Specifies how to invoke a function by IDispatch::Invoke.
[Visual Basic] <Serializable> <ComVisible(False)> Public Enum INVOKEKIND [C#] [Serializable] [ComVisible(false)] public enum INVOKEKIND [C++] [Serializable] [ComVisible(false)] __value public enum INVOKEKIND [JScript] public Serializable ComVisible(false) enum INVOKEKIND
Remarks
For additional information about INVOKEKIND, see the MSDN Library.
Members
| Member name | Description |
|---|---|
| INVOKE_FUNC | The member is called using a normal function invocation syntax. |
| INVOKE_PROPERTYGET | The function is invoked using a normal property-access syntax. |
| INVOKE_PROPERTYPUT | The function is invoked using a property value assignment syntax. |
| INVOKE_PROPERTYPUTREF | The function is invoked using a property reference assignment syntax. |
Requirements
Namespace: System.Runtime.InteropServices
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
Show: