MonobjcMonobjc Documented Class Library
SetObjectForKeyOfTrack Method (value, key, trackIndex)
NamespacesMonobjc.DiscRecordingDRCDTextBlockSetObjectForKeyOfTrack(Id, NSString, NSUInteger)

Changes a single string in the block.

Original signature is '- (void) setObject:(id)value forKey:(NSString*)key ofTrack:(NSUInteger)trackIndex'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetObjectForKeyOfTrack(
	Id value,
	NSString key,
	NSUInteger trackIndex
)
Public Overridable Sub SetObjectForKeyOfTrack ( _
	value As Id, _
	key As NSString, _
	trackIndex As NSUInteger _
)
public:
virtual void SetObjectForKeyOfTrack(
	Id^ value, 
	NSString^ key, 
	NSUInteger trackIndex
)
Parameters
value (Id)
Value - an NSString, NSData, or NSNumber as appropriate.
key (NSString)
Key to assign.
trackIndex (NSUInteger)
One-based index of the track to modify, or 0 to modify the disc.
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.DiscRecording (Module: Monobjc.DiscRecording)