C# Class MetroRadiance.Utilities.InternalExtensions

Afficher le fichier Open project: Grabacr07/MetroRadiance

Méthodes publiques

Méthode Description
Compare ( this strA, string strB ) : bool

現在の文字列と、指定した文字列を比較します。大文字と小文字は区別されません。

Invoke ( this action, FrameworkElement source ) : void

ウィンドウ操作を実行します。

Method Details

Compare() public static méthode

現在の文字列と、指定した文字列を比較します。大文字と小文字は区別されません。
public static Compare ( this strA, string strB ) : bool
strA this
strB string
Résultat bool

Invoke() public static méthode

ウィンドウ操作を実行します。
public static Invoke ( this action, FrameworkElement source ) : void
action this 実行するウィンドウ操作。
source System.Windows.FrameworkElement 操作を実行しようとしている UI 要素。この要素をホストするウィンドウに対し、 操作が実行されます。
Résultat void