CodeGenerator.IsCurrentDelegate プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
生成されている現在のオブジェクトがデリゲートかどうかを示す値を取得します。
protected:
property bool IsCurrentDelegate { bool get(); };
protected bool IsCurrentDelegate { get; }
member this.IsCurrentDelegate : bool
Protected ReadOnly Property IsCurrentDelegate As Boolean
プロパティ値
現在のオブジェクトがデリゲートである場合は true
。それ以外の場合は false
。