다음을 통해 공유


IRedefinableElement.IsLeaf 속성

이 요소를 특수화해선 안될 경우 true입니다. 즉, 이것은 일반화 관계의 대상이 될 수 없습니다.

네임스페이스:  Microsoft.VisualStudio.Uml.Classes
어셈블리:  Microsoft.VisualStudio.Uml.Interfaces(Microsoft.VisualStudio.Uml.Interfaces.dll)

구문

‘선언
Property IsLeaf As Boolean
bool IsLeaf { get; set; }
property bool IsLeaf {
    bool get ();
    void set (bool value);
}
abstract IsLeaf : bool with get, set
function get IsLeaf () : boolean 
function set IsLeaf (value : boolean)

속성 값

형식: Boolean

.NET Framework 보안

참고 항목

참조

IRedefinableElement 인터페이스

Microsoft.VisualStudio.Uml.Classes 네임스페이스