IFuncInfo.InvokeKind Property
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.
Gets or sets a value of tagINVOKEKIND enumeration.
public:
property System::String ^ InvokeKind { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ InvokeKind { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610743822)]
public string InvokeKind { [System.Runtime.InteropServices.DispId(1610743822)] get; [System.Runtime.InteropServices.DispId(1610743822)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)] set; }
[<System.Runtime.InteropServices.DispId(1610743822)>]
[<get: System.Runtime.InteropServices.DispId(1610743822)>]
[<set: System.Runtime.InteropServices.DispId(1610743822)>]
[<set: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)>]
member this.InvokeKind : string with get, set
Public Property InvokeKind As String
Property Value
A tagINVOKEKIND enumeration.
- Attributes
Examples
var oInterface = window.external.ParentObject;
var oFunction = oInterface.Functions(PROPERTY_NAME.value);
var strInvK = oFunction.InvokeKind;
Remarks
InvokeKind returns a value of tagINVOKEKIND enumeration, which specifies the function invocation syntax.