Context.GetNamedDataSlot(String) メソッド

定義

名前付きデータ スロットを検索します。

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

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

パラメーター

name
String

データ スロット名。

戻り値

ローカル データ スロット。

属性

注釈

名前が使用されていない場合は、新しいスロットが割り当てられます。 名前付きデータ スロットはパブリックであり、誰でも操作できます。

適用対象