ICallHierarchyItemDetails.File Property

Gets the file name in which the item is located.

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

Syntax

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

Property Value

Type: String
The name of the file.

.NET Framework Security

See Also

Reference

ICallHierarchyItemDetails Interface

Microsoft.VisualStudio.Language.CallHierarchy Namespace