Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Shared Sub AddContextListData ( _
walker As ElementWalker, _
key As Object, _
value As Object _
)
'使用
Dim walker As ElementWalker
Dim key As Object
Dim value As Object
ClosureContextHelper.AddContextListData(walker, _
key, value)
public static void AddContextListData(
ElementWalker walker,
Object key,
Object value
)
public:
static void AddContextListData(
ElementWalker^ walker,
Object^ key,
Object^ value
)
public static function AddContextListData(
walker : ElementWalker,
key : Object,
value : Object
)
Parameters
- walker
Type: Microsoft.VisualStudio.Modeling.ElementWalker
- key
Type: System.Object
- value
Type: System.Object
Permissions
- 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.