次の方法で共有


BooleanChoiceAttribute クラス

定義

ブール型選択属性

[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

ブール型選択属性

適用対象