다음을 통해 공유


IVsToolbox4.ExpandTab Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

Syntax

‘선언
Function ExpandTab ( _
    lpszTabID As String, _
    fExpand As Integer _
) As Integer
‘사용 방법
Dim instance As IVsToolbox4
Dim lpszTabID As String
Dim fExpand As Integer
Dim returnValue As Integer

returnValue = instance.ExpandTab(lpszTabID, _
    fExpand)
int ExpandTab(
    string lpszTabID,
    int fExpand
)
int ExpandTab(
    [InAttribute] String^ lpszTabID, 
    [InAttribute] int fExpand
)
abstract ExpandTab : 
        lpszTabID:string * 
        fExpand:int -> int 
function ExpandTab(
    lpszTabID : String, 
    fExpand : int
) : int

Parameters

  • lpszTabID
    Type: System.String
    [in] The localized name of the Toolbox tab.

Return Value

Type: System.Int32

Remarks

COM Signature

From vsshell90.idl:

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

.NET Framework Security

See Also

Reference

IVsToolbox4 Interface

IVsToolbox4 Members

Microsoft.VisualStudio.Shell.Interop Namespace