ConnectorFormat.BeginConnect Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub BeginConnect ( _
<OutAttribute> ByRef ConnectedShape As Shape, _
ConnectionSite As Integer _
)
'Usage
Dim instance As ConnectorFormat
Dim ConnectedShape As Shape
Dim ConnectionSite As Integer
instance.BeginConnect(ConnectedShape, _
ConnectionSite)
void BeginConnect(
out Shape ConnectedShape,
int ConnectionSite
)
Parameters
- ConnectedShape
Type: Microsoft.Office.Interop.Word.Shape%
- ConnectionSite
Type: System.Int32