IVsApplicationConfiguration.FilePath Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the path for a configuration file.
public:
System::String ^ FilePath();
public:
Platform::String ^ FilePath();
std::wstring FilePath();
public string FilePath ();
abstract member FilePath : unit -> string
Public Function FilePath () As String
Returns
A string that contains the full path for the configuration file.