IInteractionOperand.CombinedFragment Property
Gets the CombinedFragment that contains this InteractionOperand.
Namespace: Microsoft.VisualStudio.Uml.Interactions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property CombinedFragment As ICombinedFragment
ICombinedFragment CombinedFragment { get; }
property ICombinedFragment^ CombinedFragment {
ICombinedFragment^ get ();
}
abstract CombinedFragment : ICombinedFragment with get
function get CombinedFragment () : ICombinedFragment
Property Value
Type: Microsoft.VisualStudio.Uml.Interactions.ICombinedFragment
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.