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

リソースキーとして使用する System.Int32 値。
指定されたキーを使用して、Resource クラスの新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal key As System.Integer _
)
public Resource( 
   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

参照

関連項目

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

Send Feedback