XamlOptionalChanges.IsLocked Method

Definition

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

Boolean

bool

true if changes have been locked; otherwise, false.

Remarks

Changes are locked either by calling Lock explicitly or when XAML initializes.

Applies to

See also