ProvideLanguageCodeExpansionAttribute::ShowRoots Property

 

Gets or sets whether or not the roots of the code snippets should be shown.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property bool ShowRoots {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the roots should be shown, otherwise false.

Return to top
Show: