BoolScopeValue 类

定义

布尔值 ScopeValue

public ref class BoolScopeValue sealed : Microsoft::VisualStudio::RemoteSettings::ScopeValue
public sealed class BoolScopeValue : Microsoft.VisualStudio.RemoteSettings.ScopeValue
type BoolScopeValue = class
    inherit ScopeValue
Public NotInheritable Class BoolScopeValue
Inherits ScopeValue
继承
BoolScopeValue

构造函数

BoolScopeValue(Boolean)

构造一个 ScopeValue,其中包含以 bool 值传递的。

适用于