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 セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。