IVsUIElementPane.GetDefaultUIElementSize 方法

获取默认元素。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:   Microsoft.VisualStudio.Shell.Interop.10.0(在 Microsoft.VisualStudio.Shell.Interop.10.0.dll 中)
  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Function GetDefaultUIElementSize ( _
    <OutAttribute> psize As SIZE() _
) As Integer
int GetDefaultUIElementSize(
    SIZE[] psize
)

参数

返回值

类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。

备注

Visual Studio 会调用此方法请求工具的维度提供其初始显示的。 后续范围来自所保持的格式。

.NET Framework 安全性

请参见

参考

IVsUIElementPane 接口

Microsoft.VisualStudio.Shell.Interop 命名空间