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
function get Text () : String
Property Value
Type: System.String
The text of the item.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.