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)

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.

Return to top
Show: