StartPageRelativeExtension Constructor
Initializes a new instance of StartPageRelativeExtension with the specified relative path.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Sub New ( _
relativePath As String _
)
public StartPageRelativeExtension(
string relativePath
)
public:
StartPageRelativeExtension(
String^ relativePath
)
new :
relativePath:string -> StartPageRelativeExtension
public function StartPageRelativeExtension(
relativePath : String
)
Parameters
relativePath
Type: StringThe relative path from the Start Page XAML file location.
.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.