ILifeline.CoveredBy プロパティ
この生存線が使用されている結合フラグメント、相互作用オペランド、相互作用使用、および実行指定を取得します。
名前空間: Microsoft.VisualStudio.Uml.Interactions
アセンブリ: Microsoft.VisualStudio.Uml.Interfaces (Microsoft.VisualStudio.Uml.Interfaces.dll 内)
構文
'宣言
ReadOnly Property CoveredBy As IEnumerable(Of IInteractionFragment)
Get
IEnumerable<IInteractionFragment> CoveredBy { get; }
property IEnumerable<IInteractionFragment^>^ CoveredBy {
IEnumerable<IInteractionFragment^>^ get ();
}
abstract CoveredBy : IEnumerable<IInteractionFragment>
function get CoveredBy () : IEnumerable<IInteractionFragment>
プロパティ値
型: System.Collections.Generic.IEnumerable<IInteractionFragment>
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。