CodeGenerator.IsCurrentInterface 속성

정의

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

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

속성 값

true현재 개체가 인터페이스인 경우 그렇지 않으면 . false

적용 대상