共用方式為


ToolTipProperties.SetText(BindableObject, Object) 方法

定義

public:
 static void SetText(Microsoft::Maui::Controls::BindableObject ^ bindable, System::Object ^ value);
public static void SetText (Microsoft.Maui.Controls.BindableObject bindable, object value);
static member SetText : Microsoft.Maui.Controls.BindableObject * obj -> unit
Public Shared Sub SetText (bindable As BindableObject, value As Object)

參數

bindable
BindableObject
value
Object

適用於