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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。