ReactOS 0.4.16-dev-2491-g3dc6630
UIAutomationClient::IUIAutomationStylesPattern Interface Reference
Inheritance diagram for UIAutomationClient::IUIAutomationStylesPattern:
Collaboration diagram for UIAutomationClient::IUIAutomationStylesPattern:

Public Member Functions

HRESULT GetCurrentExtendedPropertiesAsArray ([out, size_is(, *propertyCount)] struct ExtendedProperty **propertyArray, [out] int *propertyCount)
 
HRESULT GetCachedExtendedPropertiesAsArray ([out, size_is(, *propertyCount)] struct ExtendedProperty **propertyArray, [out] int *propertyCount)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Properties

int CurrentStyleId [get]
 
BSTR CurrentStyleName [get]
 
int CurrentFillColor [get]
 
BSTR CurrentFillPatternStyle [get]
 
BSTR CurrentShape [get]
 
int CurrentFillPatternColor [get]
 
BSTR CurrentExtendedProperties [get]
 
int CachedStyleId [get]
 
BSTR CachedStyleName [get]
 
int CachedFillColor [get]
 
BSTR CachedFillPatternStyle [get]
 
BSTR CachedShape [get]
 
int CachedFillPatternColor [get]
 
BSTR CachedExtendedProperties [get]
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 1280 of file uiautomationclient.idl.

Member Function Documentation

◆ GetCachedExtendedPropertiesAsArray()

HRESULT UIAutomationClient::IUIAutomationStylesPattern::GetCachedExtendedPropertiesAsArray ( [out, size_is(, *propertyCount)] struct ExtendedProperty **  propertyArray,
[out] int propertyCount 
)

◆ GetCurrentExtendedPropertiesAsArray()

HRESULT UIAutomationClient::IUIAutomationStylesPattern::GetCurrentExtendedPropertiesAsArray ( [out, size_is(, *propertyCount)] struct ExtendedProperty **  propertyArray,
[out] int propertyCount 
)

Property Documentation

◆ CachedExtendedProperties

BSTR UIAutomationClient::IUIAutomationStylesPattern::CachedExtendedProperties
get

◆ CachedFillColor

int UIAutomationClient::IUIAutomationStylesPattern::CachedFillColor
get

◆ CachedFillPatternColor

int UIAutomationClient::IUIAutomationStylesPattern::CachedFillPatternColor
get

◆ CachedFillPatternStyle

BSTR UIAutomationClient::IUIAutomationStylesPattern::CachedFillPatternStyle
get

◆ CachedShape

BSTR UIAutomationClient::IUIAutomationStylesPattern::CachedShape
get

◆ CachedStyleId

int UIAutomationClient::IUIAutomationStylesPattern::CachedStyleId
get

◆ CachedStyleName

BSTR UIAutomationClient::IUIAutomationStylesPattern::CachedStyleName
get

◆ CurrentExtendedProperties

BSTR UIAutomationClient::IUIAutomationStylesPattern::CurrentExtendedProperties
get

◆ CurrentFillColor

int UIAutomationClient::IUIAutomationStylesPattern::CurrentFillColor
get

◆ CurrentFillPatternColor

int UIAutomationClient::IUIAutomationStylesPattern::CurrentFillPatternColor
get

◆ CurrentFillPatternStyle

BSTR UIAutomationClient::IUIAutomationStylesPattern::CurrentFillPatternStyle
get

◆ CurrentShape

BSTR UIAutomationClient::IUIAutomationStylesPattern::CurrentShape
get

◆ CurrentStyleId

int UIAutomationClient::IUIAutomationStylesPattern::CurrentStyleId
get

◆ CurrentStyleName

BSTR UIAutomationClient::IUIAutomationStylesPattern::CurrentStyleName
get

The documentation for this interface was generated from the following file: