An indexer definition, which allows client code to use [] notation on the class instance itself.
public virtual MedicalViewerSynchronizationObject Item(
[MedicalViewerActionType
)(medicalvieweractiontype.md) type] { get; }
Public Overridable ReadOnly Default Property Item( _
ByVal type As Leadtools.Medicalviewer.MedicalViewerActionType _
) As MedicalViewerSynchronizationObject
public:
virtual property _MedicalViewerSynchronizationObject^_ default [MedicalViewerActionType] {
_MedicalViewerSynchronizationObject^_ get(Leadtools.Medicalviewer.MedicalViewerActionType type);
}
type
MedicalViewerActionType enumeration that will be used as index of the collection
MedicalViewerSynchronizationObject that represents the object with type type.
MedicalViewerSynchronizationObjectCollection<MedicalViewerSynchronizationObject> Class
MedicalViewerSynchronizationObjectCollection<MedicalViewerSynchronizationObject> Members
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET