ICallHierarchyItemDetails.Text Property

Gets the text of the item.

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

Syntax

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

Property Value

Type: String
The text of the item.

.NET Framework Security

See Also

Reference

ICallHierarchyItemDetails Interface

Microsoft.VisualStudio.Language.CallHierarchy Namespace