DelegationState(String, String, String) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
DelegationState 클래스의 새 인스턴스를 초기화합니다.
public:
DelegationState(System::String ^ mode, System::String ^ text, System::String ^ description);
public DelegationState (string mode, string text, string description);
new Microsoft.Web.Management.Server.DelegationState : string * string * string -> Microsoft.Web.Management.Server.DelegationState
Public Sub New (mode As String, text As String, description As String)
매개 변수
- mode
- String
위임 모드입니다.
- text
- String
모드에 대한 지역화된 설명입니다.
- description
- String
위임 작업에 사용되는 지역화된 도구 설명입니다.
예외
description
, mode
또는 text
매개 변수가 또는 비어 있습니다null
.