DesignSurfaceMergeContext.HasContext – metoda
Vrátí hodnotu true Pokud transakce obsahuje DesignSurfaceMergeContext info, jinak false.
Obor názvů: Microsoft.VisualStudio.Modeling.Diagrams
Sestavení: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntaxe
'Deklarace
Public Shared Function HasContext ( _
transaction As Transaction _
) As Boolean
public static bool HasContext(
Transaction transaction
)
Parametry
- transaction
Typ: Microsoft.VisualStudio.Modeling.Transaction
Zkontrolujte, zda obsahuje informace o DesignSurfaceMergeContext transakci.
Vrácená hodnota
Typ: System.Boolean
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.