Context.GetData(LocalDataStoreSlot) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar värdet från det angivna facket i den aktuella kontexten.
Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.
public:
static System::Object ^ GetData(LocalDataStoreSlot ^ slot);
public static object GetData(LocalDataStoreSlot slot);
[System.Security.SecurityCritical]
public static object GetData(LocalDataStoreSlot slot);
static member GetData : LocalDataStoreSlot -> obj
[<System.Security.SecurityCritical>]
static member GetData : LocalDataStoreSlot -> obj
Public Shared Function GetData (slot As LocalDataStoreSlot) As Object
Parametrar
- slot
- LocalDataStoreSlot
Datafacket som innehåller data.
Returer
De data som är associerade med slot.
- Attribut