Condividi tramite


StartPageRelativeExtension Constructor

Constructor

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.StartPage (in Microsoft.VisualStudio.Shell.StartPage.dll)

Syntax

'Dichiarazione
Public Sub New ( _
    relativePath As String _
)
'Utilizzo
Dim relativePath As String

Dim instance As New StartPageRelativeExtension(relativePath)
public StartPageRelativeExtension(
    string relativePath
)
public:
StartPageRelativeExtension(
    String^ relativePath
)
new : 
        relativePath:string -> StartPageRelativeExtension
public function StartPageRelativeExtension(
    relativePath : String
)

Parameters

  • relativePath
    Type: System.String
    Relative path from Start Page XAML file location

.NET Framework Security

See Also

Reference

StartPageRelativeExtension Class

StartPageRelativeExtension Members

Microsoft.VisualStudio.PlatformUI Namespace