BooleanChoiceAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ブール型選択属性
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
public sealed class BooleanChoiceAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)>]
type BooleanChoiceAttribute = class
inherit Attribute
Public NotInheritable Class BooleanChoiceAttribute
Inherits Attribute
- 継承
-
BooleanChoiceAttribute
- 属性
コンストラクター
BooleanChoiceAttribute() |
BooleanChoiceAttribute を作成します。 |
BooleanChoiceAttribute(Boolean) |
既定値を使用して BooleanChoiceAttribute 作成します。 |
プロパティ
DefaultValue |
ブール型選択属性 |