UIDataSourceCollection.IsReadOnly Property

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

Syntax

声明
Public Overridable ReadOnly Property IsReadOnly As Boolean
    Get
用法
Dim instance As UIDataSourceCollection
Dim value As Boolean

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

Property Value

Type: System.Boolean

Implements

ICollection<T>.IsReadOnly

.NET Framework Security

See Also

Reference

UIDataSourceCollection Class

UIDataSourceCollection Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace