ButtonExtensions.UpdateContentLayout(Object, Button) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
[System::Runtime::CompilerServices::Extension]
static void UpdateContentLayout(System::Object ^ platformButton, Microsoft::Maui::Controls::Button ^ button);
public static void UpdateContentLayout (this object platformButton, Microsoft.Maui.Controls.Button button);
static member UpdateContentLayout : obj * Microsoft.Maui.Controls.Button -> unit
<Extension()>
Public Sub UpdateContentLayout (platformButton As Object, button As Button)
参数
- platformButton
- Object
- button
- Button