NumberSubstitution.SetCultureSource メソッド

定義

指定した要素の CultureSource の値を設定します。

public:
 static void SetCultureSource(System::Windows::DependencyObject ^ target, System::Windows::Media::NumberCultureSource value);
public static void SetCultureSource (System.Windows.DependencyObject target, System.Windows.Media.NumberCultureSource value);
static member SetCultureSource : System.Windows.DependencyObject * System.Windows.Media.NumberCultureSource -> unit
Public Shared Sub SetCultureSource (target As DependencyObject, value As NumberCultureSource)

パラメーター

target
DependencyObject

カルチャのオーバーライドを指定する要素。

value
NumberCultureSource

NumberCultureSource 型のカルチャのソース値。

適用対象