MonobjcMonobjc Documented Class Library
ChapterCount Property
NamespacesMonobjc.QTKitQTMovieChapterCount

Returns the number of chapters in the receiver, or 0 if there are no chapters.

Original signature is '- (NSInteger)chapterCount'

Available in 5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSInteger ChapterCount { get; }
Public Overridable ReadOnly Property ChapterCount As NSInteger
	Get
public:
virtual property NSInteger ChapterCount {
	NSInteger get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.QTKit (Module: Monobjc.QTKit)