Condividi tramite


UICommandSeparator.Id Proprietà

Definizione

Ottiene o imposta l'identificatore del separatore di comando.

public:
 property Platform::Object ^ Id { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable Id();

void Id(IInspectable value);
public object Id { get; set; }
var object = uICommandSeparator.id;
uICommandSeparator.id = object;
Public Property Id As Object

Valore della proprietà

Object

Platform::Object

IInspectable

Identificatore del separatore di comando.

Implementazioni

Id

Commenti

L'impostazione di questa proprietà non ha alcun effetto.

Si applica a

Vedi anche