Aracılığıyla paylaş


IInterface.OwnedAttributes Özellik

Arabirimi tarafından sahip olunan tüm özelliklerini alır.

Ad alanı:  Microsoft.VisualStudio.Uml.Classes
Derleme:  Microsoft.VisualStudio.Uml.Interfaces (Microsoft.VisualStudio.Uml.Interfaces.dll içinde)

Sözdizimi

'Bildirim
ReadOnly Property OwnedAttributes As IEnumerable(Of IProperty)
IEnumerable<IProperty> OwnedAttributes { get; }
property IEnumerable<IProperty^>^ OwnedAttributes {
    IEnumerable<IProperty^>^ get ();
}
abstract OwnedAttributes : IEnumerable<IProperty>
function get OwnedAttributes () : IEnumerable<IProperty>

Özellik Değeri

Tür: System.Collections.Generic.IEnumerable<IProperty>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

IInterface Arabirim

Microsoft.VisualStudio.Uml.Classes Ad Alanı