Click or drag to resize

ViewMap Methods

The ViewMap type exposes the following members.

Methods
  NameDescription
Public methodAdd(T) (Inherited from ListMapEntry.)
Public methodAdd(String)
Add a line to the end of the view. Will try to parse the string to split into left, right, lineType, comment
Public methodAdd(String, String, MapType)
Add a line to the end of the view (left, right, lineType)
Public methodAdd(String, String, MapType, String)
Add a line to the end of the view (left, right, lineType, comment)
Public methodAddRange (Inherited from ListMapEntry.)
Public methodAsReadOnly (Inherited from ListMapEntry.)
Public methodBinarySearch(T) (Inherited from ListMapEntry.)
Public methodBinarySearch(T, IComparerT) (Inherited from ListMapEntry.)
Public methodBinarySearch(Int32, Int32, T, IComparerT) (Inherited from ListMapEntry.)
Public methodClear (Inherited from ListMapEntry.)
Public methodContains (Inherited from ListMapEntry.)
Public methodConvertAllTOutput (Inherited from ListMapEntry.)
Public methodCopyTo(T) (Inherited from ListMapEntry.)
Public methodCopyTo(T, Int32) (Inherited from ListMapEntry.)
Public methodCopyTo(Int32, T, Int32, Int32) (Inherited from ListMapEntry.)
Public methodEquals (Inherited from Object.)
Public methodExists (Inherited from ListMapEntry.)
Protected methodFinalize (Inherited from Object.)
Public methodFind (Inherited from ListMapEntry.)
Public methodFindAll (Inherited from ListMapEntry.)
Public methodFindIndex(PredicateT) (Inherited from ListMapEntry.)
Public methodFindIndex(Int32, PredicateT) (Inherited from ListMapEntry.)
Public methodFindIndex(Int32, Int32, PredicateT) (Inherited from ListMapEntry.)
Public methodFindLast (Inherited from ListMapEntry.)
Public methodFindLastIndex(PredicateT) (Inherited from ListMapEntry.)
Public methodFindLastIndex(Int32, PredicateT) (Inherited from ListMapEntry.)
Public methodFindLastIndex(Int32, Int32, PredicateT) (Inherited from ListMapEntry.)
Public methodForEach (Inherited from ListMapEntry.)
Public methodGetEnumerator (Inherited from ListMapEntry.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRange (Inherited from ListMapEntry.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(T) (Inherited from ListMapEntry.)
Public methodIndexOf(T, Int32) (Inherited from ListMapEntry.)
Public methodIndexOf(T, Int32, Int32) (Inherited from ListMapEntry.)
Public methodInsert (Inherited from ListMapEntry.)
Public methodInsertRange (Inherited from ListMapEntry.)
Public methodLastIndexOf(T) (Inherited from ListMapEntry.)
Public methodLastIndexOf(T, Int32) (Inherited from ListMapEntry.)
Public methodLastIndexOf(T, Int32, Int32) (Inherited from ListMapEntry.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove (Inherited from ListMapEntry.)
Public methodRemoveAll (Inherited from ListMapEntry.)
Public methodRemoveAt (Inherited from ListMapEntry.)
Public methodRemoveRange (Inherited from ListMapEntry.)
Public methodReverse (Inherited from ListMapEntry.)
Public methodReverse(Int32, Int32) (Inherited from ListMapEntry.)
Public methodSort (Inherited from ListMapEntry.)
Public methodSort(ComparisonT) (Inherited from ListMapEntry.)
Public methodSort(IComparerT) (Inherited from ListMapEntry.)
Public methodSort(Int32, Int32, IComparerT) (Inherited from ListMapEntry.)
Public methodStatic memberSplitViewLine
Split a single line from a view specification into left and right parts
Public methodToArray (Inherited from ListMapEntry.)
Public methodToString
Convert to a Perforce server compatible string for a workspace spec
(Overrides ObjectToString.)
Public methodTrimExcess (Inherited from ListMapEntry.)
Public methodTrueForAll (Inherited from ListMapEntry.)
Top
See Also