NSLayoutManager.AddTextContainer(NSTextContainer) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Appends a NSTextContainer to the TextContainers property.
[Foundation.Export("addTextContainer:")]
public virtual void AddTextContainer (UIKit.NSTextContainer container);
abstract member AddTextContainer : UIKit.NSTextContainer -> unit
override this.AddTextContainer : UIKit.NSTextContainer -> unit
Parameters
- container
- NSTextContainer
An NSTextContainer to be appended to the TextContainers property.
- Attributes
Applies to
See also
- <xref:UIKit.NSLayoutManager.InsertTextContainer>