PowerTools PlusPak for Windows Forms 8.0J
Contains メソッド (HolidayCollection)

コレクション内で検索する IHoliday
HolidayCollectionに指定したIHolidayが含まれているかどうかを示す値を返します。
構文
Public Function Contains( _
   ByVal holiday As IHoliday _
) As Boolean
public bool Contains( 
   IHoliday holiday
)

パラメータ

holiday
コレクション内で検索する IHoliday

戻り値の型

指定した項目がコレクション内に存在する場合はtrue、存在しない場合はfalse
プラットフォーム

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

参照

HolidayCollection クラス
HolidayCollection メンバ

Send Feedback