IPackage.ProfileInstances 属性

获取一个已链接到此包的配置文件的列表。 这些配置文件中可应用于包内元素的构造型。 此外,包含包或模型的配置文件中的构造型可应用于包中的元素。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

IPackage 接口

Microsoft.VisualStudio.Uml.Classes 命名空间