NSOpenPanel.Begin 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("beginForDirectory:file:types:modelessDelegate:didEndSelector:contextInfo:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 6, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void Begin (string directory, string fileName, string[] fileTypes, Foundation.NSObject modelessDelegate, ObjCRuntime.Selector didEndSelector, IntPtr contextInfo);
override this.Begin : string * string * string[] * Foundation.NSObject * ObjCRuntime.Selector * nativeint -> unit
Parâmetros
- directory
- String
- fileName
- String
- fileTypes
- String[]
- modelessDelegate
- NSObject
- didEndSelector
- Selector
- contextInfo
-
IntPtr
nativeint
- Atributos