terminal/src/cascadia/TerminalSettingsModel/ElevatedState.idl
2021-09-20 11:34:11 -05:00

15 lines
304 B
Plaintext

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
namespace Microsoft.Terminal.Settings.Model
{
[default_interface] runtimeclass ElevatedState {
static ElevatedState SharedInstance();
void Reload();
String FilePath { get; };
}
}