NumberSubstitution.GetCultureSource(DependencyObject) 方法

定义

从提供的元素返回 CultureSource 的值。

public:
 static System::Windows::Media::NumberCultureSource GetCultureSource(System::Windows::DependencyObject ^ target);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static System.Windows.Media.NumberCultureSource GetCultureSource (System.Windows.DependencyObject target);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetCultureSource : System.Windows.DependencyObject -> System.Windows.Media.NumberCultureSource
Public Shared Function GetCultureSource (target As DependencyObject) As NumberCultureSource

参数

target
DependencyObject

要为其返回 CultureSource 值的元素。

返回

NumberCultureSource

NumberCultureSource 的枚举值。

属性

适用于