Partager via


IInterface.OwnedAttributes, propriété

Obtient toutes les propriétés possédées par l'interface.

Espace de noms :  Microsoft.VisualStudio.Uml.Classes
Assembly :  Microsoft.VisualStudio.Uml.Interfaces (dans Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

Type : System.Collections.Generic.IEnumerable<IProperty>

Sécurité .NET Framework

Voir aussi

Référence

IInterface Interface

Microsoft.VisualStudio.Uml.Classes, espace de noms