ActionMessageFilter(String[]) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
테스트할 동작 집합을 사용하여 이 클래스의 새 인스턴스를 초기화합니다.
public:
ActionMessageFilter(... cli::array <System::String ^> ^ actions);
public ActionMessageFilter (params string[] actions);
new System.ServiceModel.Dispatcher.ActionMessageFilter : string[] -> System.ServiceModel.Dispatcher.ActionMessageFilter
Public Sub New (ParamArray actions As String())
매개 변수
예외
actions
이(가) null
인 경우
actions
배열이 비어 있는 경우
예제
ActionMessageFilter myActFltr = new ActionMessageFilter("1st Action", "2nd Action");
Dim myActFltr As ActionMessageFilter = New ActionMessageFilter("1st Action", "2nd Action")
설명
중복 작업을 채우기 ActionMessageFilter 위해 제공된 배열 actions
에 중복 작업이 포함된 경우 중복 항목이 제거되고 그 중 하나만 추가됩니다ActionMessageFilter. ReadOnlyCollection<T> 포함 된 ActionMessageFilter 속성 actions
에 액세스 Actions 하 고 개체가 인스턴스화 된 후 ActionMessageFilter 수정할 수 없습니다.