MonobjcMonobjc Documented Class Library
TemporaryAttributesAtCharacterIndexEffectiveRange Method (charIndex, effectiveCharRange)
NamespacesMonobjc.AppKitNSLayoutManagerTemporaryAttributesAtCharacterIndexEffectiveRange(NSUInteger, NSRange%)

Returns the dictionary of temporary attributes for the character range specified in effectiveCharRange at character index charIndex.

Original signature is '- (NSDictionary *)temporaryAttributesAtCharacterIndex:(NSUInteger)charIndex effectiveRange:(NSRangePointer)effectiveCharRange'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSDictionary TemporaryAttributesAtCharacterIndexEffectiveRange(
	NSUInteger charIndex,
	ref NSRange effectiveCharRange
)
Public Overridable Function TemporaryAttributesAtCharacterIndexEffectiveRange ( _
	charIndex As NSUInteger, _
	ByRef effectiveCharRange As NSRange _
) As NSDictionary
public:
virtual NSDictionary^ TemporaryAttributesAtCharacterIndexEffectiveRange(
	NSUInteger charIndex, 
	NSRange% effectiveCharRange
)
Parameters
charIndex (NSUInteger)
MISSING
effectiveCharRange (NSRange%)
MISSING
Return Value
The dictionary of temporary attributes for the character range specified in effectiveCharRange at character index charIndex.
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)