ICollapsible.CollapsedForm Property
Gets the data object for the collapsed UI.
Namespace: Microsoft.VisualStudio.Text.Outlining
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
ReadOnly Property CollapsedForm As Object
Object CollapsedForm { get; }
property Object^ CollapsedForm {
Object^ get ();
}
abstract CollapsedForm : Object
function get CollapsedForm () : Object
Property Value
Type: System.Object
The data object for the collapsed UI.
.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.