WKInterfaceSwitch.SetTitle 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.
Sobrecargas
SetTitle(NSAttributedString) |
Define o título da opção como texto formatado. |
SetTitle(String) |
Define o título da opção. |
SetTitle(NSAttributedString)
Define o título da opção como texto formatado.
[Foundation.Export("setAttributedTitle:")]
public virtual void SetTitle (Foundation.NSAttributedString attributedTitle);
abstract member SetTitle : Foundation.NSAttributedString -> unit
override this.SetTitle : Foundation.NSAttributedString -> unit
Parâmetros
- attributedTitle
- NSAttributedString
O texto formatado do título da opção.
Esse parâmetro pode ser null
.
- Atributos
Aplica-se a
SetTitle(String)
Define o título da opção.
[Foundation.Export("setTitle:")]
public virtual void SetTitle (string title);
abstract member SetTitle : string -> unit
override this.SetTitle : string -> unit
Parâmetros
- Atributos