C# 클래스 UiaAtkBridge.ActionImplementorHelper

파일 보기 프로젝트 열기: mono/uia2atk 1 사용 예제들

공개 메소드들

메소드 설명
ActionImplementorHelper ( ) : System.Collections.Generic
Add ( String name, String localizedName, string description, ActionDelegate doAction ) : void
Clear ( ) : void
DoAction ( int action ) : bool
GetDescription ( int action ) : String
GetLocalizedName ( int action ) : String
GetName ( int action ) : String
Remove ( string name ) : bool
SetDescription ( int action, string description ) : bool

메소드 상세

ActionImplementorHelper() 공개 메소드

public ActionImplementorHelper ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Add() 공개 메소드

public Add ( String name, String localizedName, string description, ActionDelegate doAction ) : void
name String
localizedName String
description string
doAction ActionDelegate
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

DoAction() 공개 메소드

public DoAction ( int action ) : bool
action int
리턴 bool

GetDescription() 공개 메소드

public GetDescription ( int action ) : String
action int
리턴 String

GetLocalizedName() 공개 메소드

public GetLocalizedName ( int action ) : String
action int
리턴 String

GetName() 공개 메소드

public GetName ( int action ) : String
action int
리턴 String

Remove() 공개 메소드

public Remove ( string name ) : bool
name string
리턴 bool

SetDescription() 공개 메소드

public SetDescription ( int action, string description ) : bool
action int
description string
리턴 bool