次の方法で共有


Option.IsRequired プロパティ

定義

オプションが親コマンドの呼び出し時に必要かどうかを示します。

public:
 property bool IsRequired { bool get(); void set(bool value); };
public bool IsRequired { get; set; }
member this.IsRequired : bool with get, set
Public Property IsRequired As Boolean

プロパティ値

注釈

オプションが必要で、その親コマンドが呼び出されると、エラーが発生します。

適用対象