PropertyChainSource structure (xamlom.h)

Represents the source object (a Style) of a target type.

Syntax

typedef struct PropertyChainSource {
  InstanceHandle  Handle;
  BSTR            TargetType;
  BSTR            Name;
  BaseValueSource Source;
  SourceInfo      SrcInfo;
} PropertyChainSource;

Members

Handle

A handle to the style.

TargetType

The target type of the style, defined in markup.

Name

The name of the style, if it has an x:Name defined in markup.

Source

Where the style is defined in the application .

SrcInfo

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Header xamlom.h