Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Function GetContextData ( _
key As Object _
) As Object
'使用
Dim instance As ClosureContextHelper
Dim key As Object
Dim returnValue As Object
returnValue = instance.GetContextData(key)
public Object GetContextData(
Object key
)
public:
Object^ GetContextData(
Object^ key
)
public function GetContextData(
key : Object
) : Object
Parameters
- key
Type: System.Object
Return 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.