ApplicationClass.BuildKeyCode Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Function BuildKeyCode ( _
Arg1 As WdKey, _
ByRef Arg2 As Object, _
ByRef Arg3 As Object, _
ByRef Arg4 As Object _
) As Integer
'Usage
Dim instance As ApplicationClass
Dim Arg1 As WdKey
Dim Arg2 As Object
Dim Arg3 As Object
Dim Arg4 As Object
Dim returnValue As Integer
returnValue = instance.BuildKeyCode(Arg1, _
Arg2, Arg3, Arg4)
public virtual int BuildKeyCode(
WdKey Arg1,
ref Object Arg2,
ref Object Arg3,
ref Object Arg4
)
Parameters
- Arg1
Type: Microsoft.Office.Interop.Word.WdKey
- Arg2
Type: System.Object%
- Arg3
Type: System.Object%
- Arg4
Type: System.Object%
Return Value
Type: System.Int32
Implements
_Application.BuildKeyCode(WdKey, Object%, Object%, Object%)