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
。