IInteractionOperand.Guard – vlastnost
Získá omezení, která popisuje stav, ve kterém bude spuštěn úlomky.Null, pokud neexistuje žádné omezení.
Obor názvů: Microsoft.VisualStudio.Uml.Interactions
Sestavení: Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntaxe
'Deklarace
ReadOnly Property Guard As IInteractionConstraint
IInteractionConstraint Guard { get; }
property IInteractionConstraint^ Guard {
IInteractionConstraint^ get ();
}
abstract Guard : IInteractionConstraint with get
function get Guard () : IInteractionConstraint
Hodnota vlastnosti
Typ: Microsoft.VisualStudio.Uml.Interactions.IInteractionConstraint
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.