IInterface.OwnedOperations 属性

获取接口拥有的所有操作。

命名空间:  Microsoft.VisualStudio.Uml.Classes
程序集:  Microsoft.VisualStudio.Uml.Interfaces(在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

语法

声明
ReadOnly Property OwnedOperations As IEnumerable(Of IOperation)
    Get
IEnumerable<IOperation> OwnedOperations { get; }
property IEnumerable<IOperation^>^ OwnedOperations {
    IEnumerable<IOperation^>^ get ();
}
abstract OwnedOperations : IEnumerable<IOperation>
function get OwnedOperations () : IEnumerable<IOperation>

属性值

类型:System.Collections.Generic.IEnumerable<IOperation>

.NET Framework 安全性

请参见

参考

IInterface 接口

Microsoft.VisualStudio.Uml.Classes 命名空间