INVOKEKIND Enum

Definition

Caution

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

Use INVOKEKIND instead.

C#
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum INVOKEKIND
C#
[System.Serializable]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.INVOKEKIND instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public enum INVOKEKIND
Inheritance
INVOKEKIND
Attributes

Fields

Name Value Description
INVOKE_FUNC 1

The member is called using a normal function invocation syntax.

INVOKE_PROPERTYGET 2

The function is invoked using a normal property-access syntax.

INVOKE_PROPERTYPUT 4

The function is invoked using a property value assignment syntax.

INVOKE_PROPERTYPUTREF 8

The function is invoked using a property reference assignment syntax.

Remarks

For additional information about INVOKEKIND, see the MSDN Library.

Applies to

Product Versions (Obsolete)
.NET Framework 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)