Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AutomationProperties.SetName(DependencyObject, String) Method
Definition
- Namespace:
- Windows.UI.Xaml.Automation
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.
Sets the value of the AutomationProperties.Name attached property for the specified DependencyObject.
public:
static void SetName(DependencyObject ^ element, Platform::String ^ value);
static void SetName(DependencyObject const& element, winrt::hstring const& value);
public static void SetName(DependencyObject element, string value);
function setName(element, value)
Public Shared Sub SetName (element As DependencyObject, value As String)
Parameters
- element
- DependencyObject
The DependencyObject for which to set the property.
- value
-
String
Platform::String
winrt::hstring
The object name.
Applies to
See also
Feedback
Was this page helpful?
