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

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

参照

関連項目

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

Send Feedback