StartPageHelper.GetCustomStartPageFullyQualifiedFilename 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.
This returns the fully-qualified filename of the currently-used Start Page XAML file when customization is enabled. Note that this could be under the user StartPages folder in My Documents, or it could be under a different folder via an installed extension.
public:
static System::String ^ GetCustomStartPageFullyQualifiedFilename(Microsoft::VisualStudio::Shell::Interop::IVsUIDataSource ^ startPageDataSource);
public:
static Platform::String ^ GetCustomStartPageFullyQualifiedFilename(Microsoft::VisualStudio::Shell::Interop::IVsUIDataSource ^ startPageDataSource);
static std::wstring GetCustomStartPageFullyQualifiedFilename(Microsoft::VisualStudio::Shell::Interop::IVsUIDataSource const & startPageDataSource);
public static string GetCustomStartPageFullyQualifiedFilename (Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource startPageDataSource);
static member GetCustomStartPageFullyQualifiedFilename : Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource -> string
Public Shared Function GetCustomStartPageFullyQualifiedFilename (startPageDataSource As IVsUIDataSource) As String
Parameters
- startPageDataSource
- IVsUIDataSource
active Start Page Data Source
Returns
Fully-qualified filename of the current Start Page XAML file