IXamlType.IsMarkupExtension Property

Definition

Gets a value that indicates whether the IXamlType represents a markup extension.

public:
 property bool IsMarkupExtension { bool get(); };
bool IsMarkupExtension();
public bool IsMarkupExtension { get; }
var boolean = iXamlType.isMarkupExtension;
Public ReadOnly Property IsMarkupExtension As Boolean

Property Value

Boolean

bool

true if the IXamlType represents a markup extension; otherwise, false.

Applies to

See also