MonobjcMonobjc Documented Class Library
AddTemporaryAttributesForCharacterRange Method (attrs, charRange)
NamespacesMonobjc.AppKitNSLayoutManagerAddTemporaryAttributesForCharacterRange(NSDictionary, NSRange)

Appends one or more temporary attributes to the attributes dictionary of the specified character range.

Original signature is '- (void)addTemporaryAttributes:(NSDictionary *)attrs forCharacterRange:(NSRange)charRange'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AddTemporaryAttributesForCharacterRange(
	NSDictionary attrs,
	NSRange charRange
)
Public Overridable Sub AddTemporaryAttributesForCharacterRange ( _
	attrs As NSDictionary, _
	charRange As NSRange _
)
public:
virtual void AddTemporaryAttributesForCharacterRange(
	NSDictionary^ attrs, 
	NSRange charRange
)
Parameters
attrs (NSDictionary)
Attributes dictionary containing the temporary attributes to add.
charRange (NSRange)
The range of characters to which the specified attributes apply.
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.AppKit (Module: Monobjc.AppKit)