バージョン

ShouldIncludeProperty メソッド

プロパティが評価に含まれる場合は True を返します。
シンタックス
'宣言
 
Public Function ShouldIncludeProperty( _
   ByVal property As String, _
   ByVal path As String _
) As Boolean
public bool ShouldIncludeProperty( 
   string property,
   string path
)

パラメータ

property
確認するプロパティ。
path
プロパティの所有者へのパス。

戻り値の型

プロパティを含む場合は True。
参照