다음을 통해 공유


DelegationState(String, String, String) 생성자

정의

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.

적용 대상