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

适用于