InteractionBuilder.CloseCombinedFragment Method
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
'Declaration
Public Sub CloseCombinedFragment ( _
fragment As ICombinedFragment _
)
public void CloseCombinedFragment(
ICombinedFragment fragment
)
public:
void CloseCombinedFragment(
ICombinedFragment^ fragment
)
member CloseCombinedFragment :
fragment:ICombinedFragment -> unit
public function CloseCombinedFragment(
fragment : ICombinedFragment
)
Parameters
- fragment
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.
See Also
Reference
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace