Share via


OutliningRegionTag.CollapsedHintForm Property

Gets the data object for the collapsed UI tooltip. If the default is set, returns null.

Namespace:  Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
Public Property CollapsedHintForm As Object
public Object CollapsedHintForm { get; private set; }
public:
virtual property Object^ CollapsedHintForm {
    Object^ get () sealed;
    private: void set (Object^ value) sealed;
}
abstract CollapsedHintForm : Object with get, private set 
override CollapsedHintForm : Object with get, private set
final function get CollapsedHintForm () : Object 
private final function set CollapsedHintForm (value : Object)

Property Value

Type: System.Object
The data object for the collapsed UI tooltip. If the default is set, returns null.

Implements

IOutliningRegionTag.CollapsedHintForm

.NET Framework Security

See Also

Reference

OutliningRegionTag Class

Microsoft.VisualStudio.Text.Tagging Namespace