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에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET MAUI