다음을 통해 공유


IStructuralFeature.IsReadOnly 속성

속성의 값을 변경할 수 없으면 True입니다.

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

구문

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

속성 값

형식: Boolean

.NET Framework 보안

참고 항목

참조

IStructuralFeature 인터페이스

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