XamlOptionalChanges.IsLocked 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 optional XAML changes have been locked and can no longer be modified.
public:
static bool IsLocked();
static bool IsLocked();
public static bool IsLocked();
function isLocked()
Public Shared Function IsLocked () As Boolean
Returns
bool
true if changes have been locked; otherwise, false.
Remarks
Changes are locked either by calling Lock explicitly or when XAML initializes.