IVsToolbox4.ExpandTab Method
Expands the toolbox tab specified by the tab identifier.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
Function ExpandTab ( _
lpszTabID As String, _
fExpand As Integer _
) As Integer
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: String[in] The identifier of the toolbox tab.
fExpand
Type: Int32[in] Set to true to expand the toolbox tab.
Return Value
Type: Int32
Remarks
COM Signature
From vsshell90.idl:
HRESULT ExpandTab(
[in] LPCOLESTR lpszTabID,
[in] BOOL fExpand
);
.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.