Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Get the closure context from the element walker.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public Shared Function GetClosureContext ( _
walker As ElementWalker _
) As Dictionary(Of Object, Object)
public static Dictionary<Object, Object> GetClosureContext(
ElementWalker walker
)
public:
static Dictionary<Object^, Object^>^ GetClosureContext(
ElementWalker^ walker
)
static member GetClosureContext :
walker:ElementWalker -> Dictionary<Object, Object>
public static function GetClosureContext(
walker : ElementWalker
) : Dictionary<Object, Object>
Parameters
walker
Type: Microsoft.VisualStudio.Modeling.ElementWalkerthe walker that holds the closure context
Return Value
Type: Dictionary<Object, Object>
IDictionary
.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.