Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the SelectionRange for this calendar control.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.WinControls
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overridable Property SelectionRange As SelectionRange
public virtual SelectionRange SelectionRange { get; set; }
public:
virtual property SelectionRange^ SelectionRange {
SelectionRange^ get ();
void set (SelectionRange^ value);
}
abstract SelectionRange : SelectionRange with get, set
override SelectionRange : SelectionRange with get, set
function get SelectionRange () : SelectionRange
function set SelectionRange (value : SelectionRange)
Property Value
Type: SelectionRange
The SelectionRange for this calendar control.
.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.WinControls Namespace