バージョン

GetResourceSet メソッド

特定のテーマおよびグループ化のリソースを含む ResourceDictionary を登録します。
シンタックス
'宣言
 
Public Shared Function GetResourceSet( _
   ByVal theme As String, _
   ByVal grouping As String _
) As ResourceDictionary
public static ResourceDictionary GetResourceSet( 
   string theme,
   string grouping
)

パラメータ

theme
テーマは名前(例、Onyx、Aero、Royale など)
grouping
グループ化の名前(例、Editors、Primitives、DataPresenter など)

戻り値の型

関連付けられたスタイルを含む Resourcedictioanry または登録されていない場合は null。
参照