C# 클래스 MetroRadiance.Utilities.InternalExtensions

파일 보기 프로젝트 열기: Grabacr07/MetroRadiance

공개 메소드들

메소드 설명
Compare ( this strA, string strB ) : bool

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

Invoke ( this action, FrameworkElement source ) : void

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

메소드 상세

Compare() 공개 정적인 메소드

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

Invoke() 공개 정적인 메소드

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