Partager via


PropertyExpressionObservableCollection.IsReadOnly Property

Gets if the collection is readonly

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

Syntax

'Declaration
Public ReadOnly Property IsReadOnly As Boolean
public bool IsReadOnly { get; }
public:
property bool IsReadOnly {
    bool get ();
}
member IsReadOnly : bool with get
function get IsReadOnly () : boolean

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

PropertyExpressionObservableCollection Class

Microsoft.VisualStudio.TestTools.UITesting Namespace