CallHierarchySearchCategory::DisplayName Property

 

Gets or sets the display name of the search category.

Namespace:   Microsoft.VisualStudio.Language.CallHierarchy
Assembly:  Microsoft.VisualStudio.Language.CallHierarchy (in Microsoft.VisualStudio.Language.CallHierarchy.dll)

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

Property Value

Type: System::String^

The display name.

Return to top
Show: