IVsApplicationConfiguration::FilePath Method ()

 

Returns the path for a configuration file.

Namespace:   Microsoft.VisualStudio.ManagedInterfaces9
Assembly:  Microsoft.VisualStudio.ManagedInterfaces.WCF (in Microsoft.VisualStudio.ManagedInterfaces.WCF.dll)

String^ FilePath()

Return Value

Type: System::String^

A string that contains the full path for the configuration file.

Use this method to retrieve the location on disk for the configuration file for given hierarchy/itemid. In some cases the file location may not be the same as the project hierarchy.

Return to top
Show: