FlexReport for WinForms
IsPropExists メソッド (PropsHashTable<T>)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > PropsHashTable<T> クラス : IsPropExists メソッド
The property key.
Tests whether a property is set in the current PropsHashtable<T>.
シンタックス
'宣言
 
Public Function IsPropExists( _
   ByVal propKey As System.Integer _
) As System.Boolean
'使用法
 
Dim instance As PropsHashTable(Of T)
Dim propKey As System.Integer
Dim value As System.Boolean
 
value = instance.IsPropExists(propKey)
public System.bool IsPropExists( 
   System.int propKey
)

パラメータ

propKey
The property key.

戻り値の型

true if the specified property has been set on the current PropsHashtable<T>, false otherwise.
参照

参照

PropsHashTable<T> クラス
PropsHashTable<T> メンバ