C# Класс ManagedUiaCustomizationCore.CustomPatternSchemaBase

Base class for defining a custom schema. Responsible for defining the minimum info for a custom schema and registering it with UI Automation. This class is not required by UIA and doesn't correspond to anything in UIA; it's a personal preference about the right way to represent what is similar between various schemas and what varies.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetMemberByIndex ( uint index ) : ISchemaMember
Register ( ) : void

Helper method to register this pattern.

Приватные методы

Метод Описание
RegisterStandaloneProperties ( IUIAutomationRegistrar registrar ) : void

Описание методов

GetMemberByIndex() публичный Метод

public GetMemberByIndex ( uint index ) : ISchemaMember
index uint
Результат ISchemaMember

Register() публичный Метод

Helper method to register this pattern.
public Register ( ) : void
Результат void