FeatureFlag.IsEnabled 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示是否应启用此功能的布尔值
public:
property bool IsEnabled { bool get(); };
public:
property bool IsEnabled { bool get(); };
public bool IsEnabled { get; }
public bool IsEnabled { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.IsEnabled : bool
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.IsEnabled : bool
Public ReadOnly Property IsEnabled As Boolean
属性值
如果启用该功能,则为 True; 否则为 false。
- 属性