empty
Summary
Cancels the current selection, sets the selection type to none, and sets the item property to null.
Syntax
var result = selection.empty();
Return Value
Returns an object of type NumberNumber
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
See also
Related pages
- SelectionSelection
Attributions
Microsoft Developer Network: [empty() Method Article]