Returns the composition that is currently selected in the composition picker view.
Original signature is '- (QCComposition*) selectedComposition'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public virtual QCComposition SelectedComposition { get; set; }
Public Overridable Property SelectedComposition As QCComposition Get Set
public: virtual property QCComposition^ SelectedComposition { QCComposition^ get (); void set (QCComposition^ value); }

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)