DataSourceCollection.IsReadOnly Property

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public ReadOnly Property IsReadOnly As Boolean
    Get
‘사용 방법
Dim instance As DataSourceCollection
Dim value As Boolean

value = instance.IsReadOnly
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () sealed;
}
abstract IsReadOnly : bool
override IsReadOnly : bool
final function get IsReadOnly () : boolean

Property Value

Type: System.Boolean

Implements

ICollection<T>.IsReadOnly
IList.IsReadOnly

.NET Framework Security

See Also

Reference

DataSourceCollection Class

DataSourceCollection Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace