Свойство | Type | Description | |
---|---|---|---|
ValueRegexProperty | DependencyProperty |
Méthode | Description | |
---|---|---|
GetValueRegex ( DependencyObject frameworkElement ) : string |
Gets the value of the ValueRegexProperty attached property.
|
|
SetValueRegex ( DependencyObject frameworkElement, string value ) : void |
Sets the value of the ValueRegexProperty attached property.
|
public static GetValueRegex ( DependencyObject frameworkElement ) : string | ||
frameworkElement | DependencyObject | The framework element which is used to get the value. |
Résultat | string |
public static SetValueRegex ( DependencyObject frameworkElement, string value ) : void | ||
frameworkElement | DependencyObject | The framework element which is used to set the value. |
value | string | The value that is to be set. |
Résultat | void |