C# Class MetroRadiance.Utilities.InternalExtensions

Exibir arquivo Open project: Grabacr07/MetroRadiance

Public Methods

Method Description
Compare ( this strA, string strB ) : bool

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

Invoke ( this action, FrameworkElement source ) : void

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

Method Details

Compare() public static method

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

Invoke() public static method

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