Returns the composition that corresponds to the identifier.
Original signature is '- (QCComposition*) compositionWithIdentifier:(NSString*)identifier'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public virtual QCComposition CompositionWithIdentifier( NSString identifier )
Public Overridable Function CompositionWithIdentifier ( _ identifier As NSString _ ) As QCComposition
public: virtual QCComposition^ CompositionWithIdentifier( NSString^ identifier )

- identifier (NSString)
- A string that uniquely identifies the composition to retrieve.

The composition identified by the provided string, or nil if there is no composition with that identifier in the composition repository.

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