C# Class ManagedUiaCustomizationCore.AutomationPeerAugmentationHelper

Exibir arquivo Open project: TestStack/uia-custom-pattern-managed Class Usage Examples

Public Methods

Method Description
Register ( CustomPatternSchemaBase schema ) : void

Private Methods

Method Description
GuardUiaServerInvocation ( System.Action invocation, Dispatcher dispatcher ) : void
RegisterPattern ( CustomPatternSchemaBase schema ) : void
RegisterProperty ( UiaPropertyInfoHelper property ) : AutomationProperty
RegisterStandalonePropertyGetter ( AutomationProperty automationProperty ) : void

Method Details

Register() public static method

public static Register ( CustomPatternSchemaBase schema ) : void
schema CustomPatternSchemaBase
return void