SortEntryVector.Remove method

Removes the first occurrence of a specific object from the collection.

Syntax

public bool Remove(
  SortEntry item
)
Public Function Remove(
  item As SortEntry 
) As Boolean

Parameters

  • item
    Type: SortEntry

    The object to remove from the collection.

Return value

Type: System.Boolean

True if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Storage.Search

See also

SortEntryVector

 

 

Build date: 2/25/2013