Scheduler for UWP/WinRT
Status コンストラクタ(Int32)

ステータスキーとして使用する System.Int32 値。
指定されたキーを使用して、Status クラスの新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal key As System.Integer _
)
public Status( 
   System.int key
)

パラメータ

key
ステータスキーとして使用する System.Int32 値。
解説
ビジネスロジックでカスタムキー値の設定が必要な場合は、このコンストラクタを使用します。適切なオーバーロードコンストラクタ(整数値または Guid キー値)と一意のキー値を使用してください。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

Status クラス
Status メンバ
オーバーロード一覧

Send Feedback