Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Used to construct the SettingsManager for AppEnv-based Visual Studio custom applications. Custom applications are isolated among themselves.
Namespace: Microsoft.VisualStudio.Settings
Assembly: Microsoft.VisualStudio.Settings (in Microsoft.VisualStudio.Settings.dll)
Syntax
'Declaration
Public Shared Function CreateForIsolatedApplication ( _
applicationPath As String, _
applicationName As String, _
isLogged As Boolean _
) As ExternalSettingsManager
public static ExternalSettingsManager CreateForIsolatedApplication(
string applicationPath,
string applicationName,
bool isLogged
)
public:
static ExternalSettingsManager^ CreateForIsolatedApplication(
String^ applicationPath,
String^ applicationName,
bool isLogged
)
static member CreateForIsolatedApplication :
applicationPath:string *
applicationName:string *
isLogged:bool -> ExternalSettingsManager
public static function CreateForIsolatedApplication(
applicationPath : String,
applicationName : String,
isLogged : boolean
) : ExternalSettingsManager
Parameters
applicationPath
Type: System.StringThe path of the executable Visual Studio custom application.
applicationName
Type: System.StringThe name of the custom application.
isLogged
Type: System.BooleanControls the logging of the package definition management operations at startup and shutdown.
Return Value
Type: Microsoft.VisualStudio.Settings.ExternalSettingsManager
.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.