NSTableView.GetRowView(nint, Boolean) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
[Foundation.Export("rowViewAtRow:makeIfNecessary:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual AppKit.NSTableRowView GetRowView (nint row, bool makeIfNecessary);
abstract member GetRowView : nint * bool -> AppKit.NSTableRowView
override this.GetRowView : nint * bool -> AppKit.NSTableRowView
Parâmetros
- row
- System.System.IntPtr System.nativeint
- makeIfNecessary
- Boolean
Retornos
- Atributos