MonobjcMonobjc Documented Class Library
InvalidateAttributesInRange Method (range)
NamespacesMonobjc.AppKitNSTextStorageInvalidateAttributesInRange(NSRange)

Invalidates attributes in the specified range.

Original signature is '- (void)invalidateAttributesInRange:(NSRange)range'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void InvalidateAttributesInRange(
	NSRange range
)
Public Overridable Sub InvalidateAttributesInRange ( _
	range As NSRange _
)
public:
virtual void InvalidateAttributesInRange(
	NSRange range
)
Parameters
range (NSRange)
The range of characters whose attributes should be invalidated.
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)