OptionPage.GetSettingsRegistryPath-Methode

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Shared Function GetSettingsRegistryPath ( _
    settings As IVSDBToolsOptionsSettings _
) As String
public static string GetSettingsRegistryPath(
    IVSDBToolsOptionsSettings settings
)
public:
static String^ GetSettingsRegistryPath(
    IVSDBToolsOptionsSettings^ settings
)
static member GetSettingsRegistryPath : 
        settings:IVSDBToolsOptionsSettings -> string 
public static function GetSettingsRegistryPath(
    settings : IVSDBToolsOptionsSettings
) : String

Parameter

Rückgabewert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

OptionPage Klasse

Microsoft.VisualStudio.Data.Schema.Package.Internal-Namespace