StartPageHelper.GetUserStartPagesFolder Method
Path under My Documents that contains loose StartPage XAML and related files
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.StartPage (in Microsoft.VisualStudio.Shell.StartPage.dll)
Syntax
'Dichiarazione
Public Shared Function GetUserStartPagesFolder As String
'Utilizzo
Dim returnValue As String
returnValue = StartPageHelper.GetUserStartPagesFolder()
public static string GetUserStartPagesFolder()
public:
static String^ GetUserStartPagesFolder()
static member GetUserStartPagesFolder : unit -> string
public static function GetUserStartPagesFolder() : String
Return Value
Type: System.String
My Documents Start Pages directory
.NET Framework Security
- 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.