[This is preliminary documentation and is subject to change.]

A list of tagged objects.

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)

Syntax

C#
public class TaggedObjectList : List<TaggedObject>
Visual Basic
Public Class TaggedObjectList _
	Inherits List(Of TaggedObject)
Visual C++
public ref class TaggedObjectList : public List<TaggedObject^>

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'TaggedObject>)>)>
    Perforce.P4..::..TaggedObjectList

See Also