XamlOptionalChanges.IsChangeEnabled(XamlChangeId) Method

Definition

Returns whether the specified optional XAML behavior change is currently enabled.

public:
 static bool IsChangeEnabled(XamlChangeId changeId);
 static bool IsChangeEnabled(XamlChangeId const& changeId);
public static bool IsChangeEnabled(XamlChangeId changeId);
function isChangeEnabled(changeId)
Public Shared Function IsChangeEnabled (changeId As XamlChangeId) As Boolean

Parameters

changeId
XamlChangeId

The identifier of the change to check.

Returns

Boolean

bool

true if the specified change is enabled; otherwise, false.

Applies to

See also