バージョン

GetFilterByTitle メソッド

指定したタイトルで最初のフィルターを取得します。
シンタックス
'宣言
 
Public Function GetFilterByTitle( _
   ByVal title As String _
) As RVDashboardFilter
public RVDashboardFilter GetFilterByTitle( 
   string title
)

パラメータ

title
検索するフィルターのタイトル

戻り値の型

指定されたタイトルの初期フィルター (大文字と小文字を区別)、タイトルに可視化がない場合は null。
プラットフォーム

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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

参照