ContextItem 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ContextItem 클래스의 새 인스턴스를 초기화합니다.
오버로드
| Name | Description |
|---|---|
| ContextItem(Uri) |
지정된 이름 URI를 ContextItem 사용하여 클래스의 새 인스턴스를 초기화합니다. |
| ContextItem(Uri, String) |
지정된 이름 URI 및 값을 사용하여 클래스의 ContextItem 새 인스턴스를 초기화합니다. |
| ContextItem(Uri, String, Uri) |
지정된 이름 URI, 값 및 범위 URI를 사용하여 클래스의 ContextItem 새 인스턴스를 초기화합니다. |
ContextItem(Uri)
지정된 이름 URI를 ContextItem 사용하여 클래스의 새 인스턴스를 초기화합니다.
public:
ContextItem(Uri ^ name);
public ContextItem(Uri name);
new System.IdentityModel.Protocols.WSTrust.ContextItem : Uri -> System.IdentityModel.Protocols.WSTrust.ContextItem
Public Sub New (name As Uri)
매개 변수
예외
name은 null입니다.
name 는 절대 URI가 아닙니다.
설명
Value 속성과 속성이 Scope 새 인스턴스로 설정 null 됩니다.
적용 대상
ContextItem(Uri, String)
지정된 이름 URI 및 값을 사용하여 클래스의 ContextItem 새 인스턴스를 초기화합니다.
public:
ContextItem(Uri ^ name, System::String ^ value);
public ContextItem(Uri name, string value);
new System.IdentityModel.Protocols.WSTrust.ContextItem : Uri * string -> System.IdentityModel.Protocols.WSTrust.ContextItem
Public Sub New (name As Uri, value As String)
매개 변수
- value
- String
컨텍스트 항목 값입니다.
null일 수 있습니다.
예외
name은 null입니다.
name 는 절대 URI가 아닙니다.
설명
속성 Scope 이 새 인스턴스에서 설정 null 됩니다.
적용 대상
ContextItem(Uri, String, Uri)
지정된 이름 URI, 값 및 범위 URI를 사용하여 클래스의 ContextItem 새 인스턴스를 초기화합니다.
public:
ContextItem(Uri ^ name, System::String ^ value, Uri ^ scope);
public ContextItem(Uri name, string value, Uri scope);
new System.IdentityModel.Protocols.WSTrust.ContextItem : Uri * string * Uri -> System.IdentityModel.Protocols.WSTrust.ContextItem
Public Sub New (name As Uri, value As String, scope As Uri)
매개 변수
- value
- String
컨텍스트 항목 값입니다.
null일 수 있습니다.
- scope
- Uri
컨텍스트 항목 범위입니다.
null일 수 있습니다.
예외
name은 null입니다.