Bagikan melalui


UINavigationController.GetRequiredButtonLabel Metode

Definisi

Mengambil label untuk tombol navigasi UI yang diperlukan.

public:
 virtual GameControllerButtonLabel GetRequiredButtonLabel(RequiredUINavigationButtons button) = GetRequiredButtonLabel;
GameControllerButtonLabel GetRequiredButtonLabel(RequiredUINavigationButtons const& button);
public GameControllerButtonLabel GetRequiredButtonLabel(RequiredUINavigationButtons button);
function getRequiredButtonLabel(button)
Public Function GetRequiredButtonLabel (button As RequiredUINavigationButtons) As GameControllerButtonLabel

Parameter

button
RequiredUINavigationButtons

Enumerasi menunjukkan tombol navigasi UI yang labelnya akan diambil.

Mengembalikan

Label tombol yang ditentukan.

Berlaku untuk

Lihat juga