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
- left
Type: System.Single
- top
Type: System.Single
- width
Type: System.Single
- height
Type: System.Single
- name
Type: System.String
- shape
Type: System.IntPtr%
Return Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDocumentControlCollectionContract Interface