다음을 통해 공유


CodeGenerator.IsCurrentInterface 속성

정의

현재 생성 중인 개체가 인터페이스인지 여부를 나타내는 값을 가져옵니다.

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

속성 값

현재 개체가 인터페이스이면 true이고, 그렇지 않으면 false입니다.

적용 대상