Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'宣告
Function CreateThumbnail ( _
width As Integer, _
height As Integer, _
<OutAttribute> ByRef thumbnail As IntPtr _
) As Integer
'用途
Dim instance As IVsWindowFrame3
Dim width As Integer
Dim height As Integer
Dim thumbnail As IntPtr
Dim returnValue As Integer
returnValue = instance.CreateThumbnail(width, _
height, thumbnail)
int CreateThumbnail(
int width,
int height,
out IntPtr thumbnail
)
int CreateThumbnail(
int width,
int height,
[OutAttribute] IntPtr% thumbnail
)
abstract CreateThumbnail :
width:int *
height:int *
thumbnail:IntPtr byref -> int
function CreateThumbnail(
width : int,
height : int,
thumbnail : IntPtr
) : int
Parameters
- width
Type: System.Int32
- height
Type: System.Int32
- thumbnail
Type: System.IntPtr%
Return Value
Type: System.Int32
.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.