Context.AllocateNamedDataSlot(String) メソッド

定義

名前付きデータ スロットを割り当てます。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

パラメーター

name
String

データ スロットに必要な名前。

戻り値

ローカル データ スロット オブジェクト。

属性

注釈

スロットはすべてのコンテキストで割り当てられます。 名前付きデータ スロットはパブリックであり、誰でも操作できます。

適用対象