Context.FreeNamedDataSlot(String) 메서드

정의

모든 컨텍스트에서 명명된 데이터 슬롯을 해제합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 static void FreeNamedDataSlot(System::String ^ name);
public static void FreeNamedDataSlot (string name);
[System.Security.SecurityCritical]
public static void FreeNamedDataSlot (string name);
static member FreeNamedDataSlot : string -> unit
[<System.Security.SecurityCritical>]
static member FreeNamedDataSlot : string -> unit
Public Shared Sub FreeNamedDataSlot (name As String)

매개 변수

name
String

해제할 데이터 슬롯의 이름입니다.

특성

설명

명명 된 데이터 슬롯은 공용 이며 모든 사용자가 조작할 수 있습니다.

적용 대상