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)

property String^ File {
	String^ get();
}

Property Value

Type: System::String^

The name of the file.

Return to top
Show: