XamlFlipView.ItemNames Property
Gets the ItemNames of the control.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls
Assembly: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntax
'Declaration
Public ReadOnly Property ItemNames As IEnumerable(Of String)
public IEnumerable<string> ItemNames { get; }
public:
property IEnumerable<String^>^ ItemNames {
IEnumerable<String^>^ get ();
}
member ItemNames : IEnumerable<string> with get
function get ItemNames () : IEnumerable<String>
Property Value
Type: IEnumerable<String>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls Namespace