Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Get the ContextData for a single key
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Dichiarazione
Public Shared Function GetContextData ( _
elementGroup As ElementGroup, _
key As Object _
) As Object
public static Object GetContextData(
ElementGroup elementGroup,
Object key
)
public:
static Object^ GetContextData(
ElementGroup^ elementGroup,
Object^ key
)
static member GetContextData :
elementGroup:ElementGroup *
key:Object -> Object
public static function GetContextData(
elementGroup : ElementGroup,
key : Object
) : Object
Parameters
- elementGroup
Type: Microsoft.VisualStudio.Modeling.ElementGroup
the elementGroup that will hold the context data
- key
Type: System.Object
the key to search for
Return Value
Type: System.Object
object found or null
.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.