다음을 통해 공유


IPackage.OwnedTypes 속성

입력된 PackagedElements를 가져옵니다.

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

구문

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

속성 값

형식: IEnumerable<IType>

.NET Framework 보안

참고 항목

참조

IPackage 인터페이스

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