StartPageHelper.GetCustomStartPageFullyQualifiedFilename Method

Definition

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

Applies to