NSCollectionView.MakeSupplementaryView(NSString, String, NSIndexPath) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
[Foundation.Export("makeSupplementaryViewOfKind:withIdentifier:forIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual AppKit.NSView MakeSupplementaryView (Foundation.NSString elementKind, string identifier, Foundation.NSIndexPath indexPath);
abstract member MakeSupplementaryView : Foundation.NSString * string * Foundation.NSIndexPath -> AppKit.NSView
override this.MakeSupplementaryView : Foundation.NSString * string * Foundation.NSIndexPath -> AppKit.NSView
Parametri
- elementKind
- NSString
- identifier
- String
- indexPath
- NSIndexPath
Restituisce
- Attributi