IOutliningManager.Expand Method
Expands the collapsible span.
Namespace: Microsoft.VisualStudio.Text.Outlining
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Function Expand ( _
collapsible As ICollapsed _
) As ICollapsible
ICollapsible Expand(
ICollapsed collapsible
)
ICollapsible^ Expand(
ICollapsed^ collapsible
)
abstract Expand :
collapsible:ICollapsed -> ICollapsible
function Expand(
collapsible : ICollapsed
) : ICollapsible
Parameters
collapsible
Type: Microsoft.VisualStudio.Text.Outlining.ICollapsedThe region to expand.
Return Value
Type: Microsoft.VisualStudio.Text.Outlining.ICollapsible
The newly-expanded span.
.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.