Share via


ICallHierarchyNameItem.Name Property

Gets the item's name.

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

Syntax

'Declaration
ReadOnly Property Name As String
string Name { get; }
property String^ Name {
    String^ get ();
}
abstract Name : string with get
function get Name () : String

Property Value

Type: String
The name.

.NET Framework Security

See Also

Reference

ICallHierarchyNameItem Interface

Microsoft.VisualStudio.Language.CallHierarchy Namespace