IVsToolbox4.ExpandTab 方法

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

语法

声明
Function ExpandTab ( _
    lpszTabID As String, _
    fExpand As Integer _
) As Integer
int ExpandTab(
    string lpszTabID,
    int fExpand
)

参数

  • lpszTabID
    类型:System.String
    [in] 工具箱 选项的本地化名称。

返回值

类型:System.Int32

备注

COM 签名

从 vsshell90.idl:

HRESULT ExpandTab(
    [in] LPCOLESTR lpszTabID,
    [in] BOOL fExpand
);

.NET Framework 安全性

请参见

参考

IVsToolbox4 接口

Microsoft.VisualStudio.Shell.Interop 命名空间