AutomationProperties.SetAutomationId(DependencyObject, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
static void SetAutomationId(DependencyObject ^ element, Platform::String ^ value);
static void SetAutomationId(DependencyObject const& element, winrt::hstring const& value);
public static void SetAutomationId(DependencyObject element, string value);
function setAutomationId(element, value)
Public Shared Sub SetAutomationId (element As DependencyObject, value As String)
參數
- element
- DependencyObject
要為其設定屬性的 DependencyObject 。
- value
-
String
Platform::String
winrt::hstring
要設定的 UI 自動化識別碼值。