NativeCommonImplementation.CheckRestrictedDeleteActions 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.
Overloads
CheckRestrictedDeleteActions() | |
CheckRestrictedDeleteActions(Boolean) |
CheckRestrictedDeleteActions()
public:
override bool CheckRestrictedDeleteActions();
public override bool CheckRestrictedDeleteActions ();
override this.CheckRestrictedDeleteActions : unit -> bool
Public Overrides Function CheckRestrictedDeleteActions () As Boolean
Returns
Applies to
CheckRestrictedDeleteActions(Boolean)
public:
override bool CheckRestrictedDeleteActions(bool checkRestrictedDeleteActions);
public override bool CheckRestrictedDeleteActions (bool checkRestrictedDeleteActions);
override this.CheckRestrictedDeleteActions : bool -> bool
Public Overrides Function CheckRestrictedDeleteActions (checkRestrictedDeleteActions As Boolean) As Boolean
Parameters
- checkRestrictedDeleteActions
- Boolean