SearchMRUItemDataSource::Text Property

 

Gets or sets the text attribute of data source for the most-recently-used (MRU) item.

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

public:
property String^ Text {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

Returns the text attribute.

Return to top
Show: