Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.ICollapsed
The 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.