Context.AllocateNamedDataSlot(String) Methode

Definition

Reserviert einen benannten Datenslot.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

public:
 static LocalDataStoreSlot ^ AllocateNamedDataSlot(System::String ^ name);
public static LocalDataStoreSlot AllocateNamedDataSlot (string name);
[System.Security.SecurityCritical]
public static LocalDataStoreSlot AllocateNamedDataSlot (string name);
static member AllocateNamedDataSlot : string -> LocalDataStoreSlot
[<System.Security.SecurityCritical>]
static member AllocateNamedDataSlot : string -> LocalDataStoreSlot
Public Shared Function AllocateNamedDataSlot (name As String) As LocalDataStoreSlot

Parameter

name
String

Der erforderliche Name für den Datenslot.

Gibt zurück

Ein lokales Datenslotobjekt.

Attribute

Hinweise

Der Slot wird für alle Kontexte zugeordnet. Benannte Datenslots sind öffentlich und können von jedem bearbeitet werden.

Gilt für: