The ICogVisionDataFileProvider type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended |
Indicates if the raising of the Changed event has been suspended.
(Inherited from ICogChangedEvent.) | |
| Count | Gets the number of elements contained in the ICollection T . (Inherited from ICollection ICogVisionData .) | |
| Count | ||
| Description | ||
| FileName | ||
| FileTypes | ||
| IsReadOnly | Gets a value indicating whether the ICollection T is read-only. (Inherited from ICollection ICogVisionData .) | |
| IsSynchronized | ||
| Item | ||
| OpenMode | ||
| StateFlags |
Returns the complete set of state flags supported on this object. The
flags may be indexed by name as shown in the following C# code snippet:
if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from ICogChangedEvent.) | |
| SyncRoot |
See Also