CodeGenerator.IsCurrentInterface プロパティ

定義

生成されている現在のオブジェクトがインターフェイスかどうかを示す値を取得します。

protected:
 property bool IsCurrentInterface { bool get(); };
protected bool IsCurrentInterface { get; }
member this.IsCurrentInterface : bool
Protected ReadOnly Property IsCurrentInterface As Boolean

プロパティ値

現在のオブジェクトがインターフェイスである場合は true。それ以外の場合は false

適用対象