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)

Syntax

'Declaration
Public Property DisplayName As String
public string DisplayName { get; private set; }
public:
property String^ DisplayName {
    String^ get ();
    private: void set (String^ value);
}
member DisplayName : string with get, private set
function get DisplayName () : String
private function set DisplayName (value : String)

Property Value

Type: System.String
The display name.

.NET Framework Security

See Also

Reference

CallHierarchySearchCategory Class

Microsoft.VisualStudio.Language.CallHierarchy Namespace