OutliningRegionTag::CollapsedHintForm Property
Visual Studio 2015
Gets the data object for the collapsed UI tooltip. If the default is set, returns null.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
public: property Object^ CollapsedHintForm { [CompilerGeneratedAttribute] virtual Object^ get() sealed; [CompilerGeneratedAttribute] private: virtual void set(Object^ value) sealed; }
Property Value
Type: System::Object^The data object for the collapsed UI tooltip. If the default is set, returns null.
Implements
IOutliningRegionTag::CollapsedHintForm
Show: