IXamlType.ContentProperty Property

Definition

Gets the IXamlMember information for the XAML content property of this IXamlType.

public:
 property IXamlMember ^ ContentProperty { IXamlMember ^ get(); };
IXamlMember ContentProperty();
public IXamlMember ContentProperty { get; }
var iXamlMember = iXamlType.contentProperty;
Public ReadOnly Property ContentProperty As IXamlMember

Property Value

IXamlMember information for the XAML content property of the IXamlType. May be null if no XAML content property exists.

Applies to