TaskProvider.TaskCollection.IList.IsReadOnly Property

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Private ReadOnly Property IsReadOnly As Boolean
    Implements IList.IsReadOnly
'使用
Dim instance As TaskProvider..::.TaskCollection
Dim value As Boolean

value = CType(instance, IList).IsReadOnly
bool IList.IsReadOnly { get; }
private:
virtual property bool IsReadOnly {
    bool get () sealed = IList::IsReadOnly::get;
}
JScript does not support explicit interface implementations.

Property Value

Type: System.Boolean

Implements

IList.IsReadOnly

Permissions

See Also

Reference

TaskProvider.TaskCollection Class

TaskProvider.TaskCollection Members

Microsoft.VisualStudio.Shell Namespace