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.
Gets the data object for the collapsed UI.
Namespace: Microsoft.VisualStudio.Text.Tagging
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public Property CollapsedForm As Object
public Object CollapsedForm { get; private set; }
public:
virtual property Object^ CollapsedForm {
Object^ get () sealed;
private: void set (Object^ value) sealed;
}
abstract CollapsedForm : Object with get, private set
override CollapsedForm : Object with get, private set
final function get CollapsedForm () : Object
private final function set CollapsedForm (value : Object)
Property Value
Type: Object
The data object for the collapsed UI. If the default is set, returns null.
Implements
IOutliningRegionTag.CollapsedForm
.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.