ContextAttribute(String) 생성자

정의

지정된 이름을 사용하여 ContextAttribute 클래스의 인스턴스를 만듭니다.

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

public:
 ContextAttribute(System::String ^ name);
public ContextAttribute (string name);
new System.Runtime.Remoting.Contexts.ContextAttribute : string -> System.Runtime.Remoting.Contexts.ContextAttribute
Public Sub New (name As String)

매개 변수

name
String

컨텍스트 특성의 이름입니다.

적용 대상