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)
'Declaration
Function FilePath As String
string FilePath()
String^ FilePath()
abstract FilePath : unit -> string
function FilePath() : String
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.
- 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.