Windows apps
Collapse the table of content
Expand the table of content
Information
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

 
Note: This API is now obsolete. Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

<SerializableAttribute>
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.INVOKEKIND instead. http://go.microsoft.com/fwlink/?linkid=14202",
	False)>
Public Enumeration INVOKEKIND

Member nameDescription
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.

For additional information about INVOKEKIND, see the MSDN Library.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft