C# 클래스 ManagedUiaCustomizationCore.UiaPatternInfoHelper

Helper class to assemble information about a custom pattern. Corresponds to UIAutomationPatternInfo
파일 보기 프로젝트 열기: TestStack/uia-custom-pattern-managed 1 사용 예제들

공개 메소드들

메소드 설명
AddEvent ( UiaEventInfoHelper eventHelper ) : void

Add an event to this pattern

AddMethod ( UiaMethodInfoHelper method ) : void

Add a method to this pattern

AddProperty ( UiaPropertyInfoHelper property ) : void

Add a property to this pattern

UiaPatternInfoHelper ( System.Guid patternGuid, string programmaticName, System.Guid clientInterfaceId, System.Guid providerInterfaceId, IUIAutomationPatternHandler patternHandler ) : System

비공개 메소드들

메소드 설명
Build ( ) : void

메소드 상세

AddEvent() 공개 메소드

Add an event to this pattern
public AddEvent ( UiaEventInfoHelper eventHelper ) : void
eventHelper UiaEventInfoHelper
리턴 void

AddMethod() 공개 메소드

Add a method to this pattern
public AddMethod ( UiaMethodInfoHelper method ) : void
method UiaMethodInfoHelper
리턴 void

AddProperty() 공개 메소드

Add a property to this pattern
public AddProperty ( UiaPropertyInfoHelper property ) : void
property UiaPropertyInfoHelper
리턴 void

UiaPatternInfoHelper() 공개 메소드

public UiaPatternInfoHelper ( System.Guid patternGuid, string programmaticName, System.Guid clientInterfaceId, System.Guid providerInterfaceId, IUIAutomationPatternHandler patternHandler ) : System
patternGuid System.Guid
programmaticName string
clientInterfaceId System.Guid
providerInterfaceId System.Guid
patternHandler IUIAutomationPatternHandler
리턴 System