IDocumentControlCollectionContract.CreateWrapper Method

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Tools.Word.Contract
Assembly:  Microsoft.VisualStudio.Tools.Office.Contract.v9.0 (in Microsoft.VisualStudio.Tools.Office.Contract.v9.0.dll)

Syntax

'Declaration
Function CreateWrapper ( _
    left As Single, _
    top As Single, _
    width As Single, _
    height As Single, _
    name As String, _
    <OutAttribute> ByRef shape As IntPtr _
) As String
'Usage
Dim instance As IDocumentControlCollectionContract
Dim left As Single
Dim top As Single
Dim width As Single
Dim height As Single
Dim name As String
Dim shape As IntPtr
Dim returnValue As String

returnValue = instance.CreateWrapper(left, _
    top, width, height, name, shape)
string CreateWrapper(
    float left,
    float top,
    float width,
    float height,
    string name,
    out IntPtr shape
)

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

IDocumentControlCollectionContract Interface

IDocumentControlCollectionContract Members

Microsoft.Office.Tools.Word.Contract Namespace