BaseCollection Properties

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > BaseCollection Class >

BaseCollection Properties

BR.AN.PviServices .NET


The properties of the BaseCollection class are listed below. For a complete list of BaseCollection class members, see the BaseCollection Members topic.

Public Instance Properties

pubpropertyCount

Gets the element count of the collection.

pubpropertyHasError

Property returns true when one PviServices object notified an Error.

pubpropertyIsSynchronized

Returns true if access to the collection is synchronized (thread-safe).

pubpropertyItem

Indexer function.

pubpropertyKeys

Gets an ICollection containing the keys of this collection.

pubpropertyName

Gets the name of this collection.

pubpropertyParent

Gets the parent of this collection.

pubpropertyService

Gets the service object of a PviServices object

pubpropertySyncRoot

Gets the synchronized root object.

pubpropertyUserData

Gets or sets the UserData for this instance.

pubpropertyValues

Gets an ICollection containing the PviServices objects of this collection.

See Also

BaseCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]

Topics in this section:

BaseCollection.Count Property

BaseCollection.HasError Property

BaseCollection.IsSynchronized Property

BaseCollection.Item Property

BaseCollection.Keys Property

BaseCollection.Name Property

BaseCollection.Parent Property

BaseCollection.Service Property

BaseCollection.SyncRoot Property

BaseCollection.UserData Property

BaseCollection.Values Property