Share via


IOutliningRegionTag.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
ReadOnly Property CollapsedHintForm As Object
Object CollapsedHintForm { get; }
property Object^ CollapsedHintForm {
    Object^ get ();
}
abstract CollapsedHintForm : Object with get
function get CollapsedHintForm () : Object

Property Value

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

.NET Framework Security

See Also

Reference

IOutliningRegionTag Interface

Microsoft.VisualStudio.Text.Tagging Namespace