다음을 통해 공유


IProperty.IsDerived 속성

이 속성의 값이 다른 것에서 계산되는 경우 True입니다. 예를 들어 Diagonal은 Width와 Height에서 계산됩니다.

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

구문

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

속성 값

형식: Boolean

.NET Framework 보안

참고 항목

참조

IProperty 인터페이스

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