IFrameworkInputElement.Name Proprietà

Definizione

Ottiene o imposta il nome di un elemento.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String

Valore della proprietà

Il nome dell'elemento, che è univoco nel namescope e può essere utilizzato come un identificatore per alcune operazioni.

Si applica a

Vedi anche