XamlControl.FrameworkId Property

Gets the FrameworkId associated with the control.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls
Assembly:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property FrameworkId As String
public virtual string FrameworkId { get; }
public:
virtual property String^ FrameworkId {
    String^ get ();
}
abstract FrameworkId : string with get 
override FrameworkId : string with get
function get FrameworkId () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

XamlControl Class

Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls Namespace