IXamlType.ContentProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.