ScopedMessagePartSpecification.TryGetParts 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 작업 키와 일치하는 부분이 있는지 확인합니다.
오버로드
| Name | Description |
|---|---|
| TryGetParts(String, MessagePartSpecification) |
지정된 작업 키와 일치하는 부분이 있는지 확인합니다. |
| TryGetParts(String, Boolean, MessagePartSpecification) |
지정된 작업 키와 일치하는 부분이 있는지 확인합니다. |
TryGetParts(String, MessagePartSpecification)
지정된 작업 키와 일치하는 부분이 있는지 확인합니다.
public:
bool TryGetParts(System::String ^ action, [Runtime::InteropServices::Out] System::ServiceModel::Security::MessagePartSpecification ^ % parts);
public bool TryGetParts(string action, out System.ServiceModel.Security.MessagePartSpecification parts);
member this.TryGetParts : string * MessagePartSpecification -> bool
Public Function TryGetParts (action As String, ByRef parts As MessagePartSpecification) As Boolean
매개 변수
- action
- String
작업 키입니다.
- parts
- MessagePartSpecification
이 메서드가 반환되면 찾은 MessagePartSpecification 부분이 들어 있는 항목이 포함됩니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.
반품
true일치하는 부분을 찾았으면 그렇지 않으면 . false
설명
지정된 작업이 없는 ScopedMessagePartSpecification경우 와일드카드 작업("*")에 대해 구성된 메시지 파트가 반환됩니다.
적용 대상
TryGetParts(String, Boolean, MessagePartSpecification)
지정된 작업 키와 일치하는 부분이 있는지 확인합니다.
public:
bool TryGetParts(System::String ^ action, bool excludeChannelScope, [Runtime::InteropServices::Out] System::ServiceModel::Security::MessagePartSpecification ^ % parts);
public bool TryGetParts(string action, bool excludeChannelScope, out System.ServiceModel.Security.MessagePartSpecification parts);
member this.TryGetParts : string * bool * MessagePartSpecification -> bool
Public Function TryGetParts (action As String, excludeChannelScope As Boolean, ByRef parts As MessagePartSpecification) As Boolean
매개 변수
- action
- String
작업 키입니다.
- excludeChannelScope
- Boolean
이 경우 true파트를 현재 채널로 제한합니다.
- parts
- MessagePartSpecification
이 메서드가 반환되면 찾은 MessagePartSpecification 부분이 들어 있는 항목이 포함됩니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.
반품
true일치하는 부분을 찾았으면 그렇지 않으면 . false
설명
지정된 작업이 없는 ScopedMessagePartSpecification경우 와일드카드 작업("*")에 대해 구성된 메시지 파트가 반환됩니다.