XamlOptionalChanges.IsChangeEnabled(XamlChangeId) Method
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.
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
bool
true if the specified change is enabled; otherwise, false.