UIDataSourceDynamicCollection.IsReadOnly Property
This member overrides UIDataSourceCollection.IsReadOnly.
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Déclaration
Public Overrides ReadOnly Property IsReadOnly As Boolean
Get
'Utilisation
Dim instance As UIDataSourceDynamicCollection
Dim value As Boolean
value = instance.IsReadOnly
public override bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
bool get () override;
}
abstract IsReadOnly : bool
override IsReadOnly : bool
override function get IsReadOnly () : boolean
Property Value
Type: System.Boolean
Implements
.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
UIDataSourceDynamicCollection Class