Page.SetBreadCrumb Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetBreadCrumb(BindableObject, String) |
Sets the bread crumb value for the page. |
SetBreadCrumb(IPlatformElementConfiguration<Tizen,Page>, String) |
Sets the bread crumb value for the page. |
SetBreadCrumb(BindableObject, String)
- Source:
- Page.cs
- Source:
- Page.cs
Sets the bread crumb value for the page.
public:
static void SetBreadCrumb(Microsoft::Maui::Controls::BindableObject ^ page, System::String ^ value);
public static void SetBreadCrumb (Microsoft.Maui.Controls.BindableObject page, string value);
static member SetBreadCrumb : Microsoft.Maui.Controls.BindableObject * string -> unit
Public Sub SetBreadCrumb (page As BindableObject, value As String)
Parameters
- page
- BindableObject
The page whose bread crumb value to set.
- value
- String
The new bread crumb value.
Applies to
SetBreadCrumb(IPlatformElementConfiguration<Tizen,Page>, String)
- Source:
- Page.cs
- Source:
- Page.cs
Sets the bread crumb value for the page.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::Page ^> ^ SetBreadCrumb(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::Page ^> ^ config, System::String ^ value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.Page> SetBreadCrumb (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.Page> config, string value);
static member SetBreadCrumb : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.Page> * string -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.Page>
<Extension()>
Public Function SetBreadCrumb (config As IPlatformElementConfiguration(Of Tizen, Page), value As String) As IPlatformElementConfiguration(Of Tizen, Page)
Parameters
- config
- IPlatformElementConfiguration<Tizen,Page>
The paltform configuration for the page whose bread crumb value to set.
- value
- String
The new bread crumb value.
Returns
A fluent object on which the developer may make further method calls.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI