다음을 통해 공유


IClass.OwnedAttributes 속성

이 클래스에 정의된 특성(속성)의 목록을 가져옵니다.

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

구문

‘선언
ReadOnly Property OwnedAttributes As IEnumerable(Of IProperty)
IEnumerable<IProperty> OwnedAttributes { get; }
property IEnumerable<IProperty^>^ OwnedAttributes {
    IEnumerable<IProperty^>^ get ();
}
abstract OwnedAttributes : IEnumerable<IProperty> with get
function get OwnedAttributes () : IEnumerable<IProperty>

속성 값

형식: IEnumerable<IProperty>

.NET Framework 보안

참고 항목

참조

IClass 인터페이스

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