IPackage.AllProfileInstances 属性

获取链接到该包的所有配置文件的列表,该配置文件递归地继承了它的父类所拥有的包。 这些配置文件中可应用于包内元素的构造型。 此外,包含包或模型的配置文件中的构造型可应用于包中的元素。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

IPackage 接口

Microsoft.VisualStudio.Uml.Classes 命名空间