Gets whether you can remove items from the list, using Remove or RemoveAt.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property AllowRemove As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ObjectView(Of T)
Dim value As Boolean
value = instance.AllowRemove
|
| C# | |
|---|
public bool AllowRemove {get;} |
| Managed Extensions for C++ | |
|---|
public: __property bool get_AllowRemove(); |
| C++/CLI | |
|---|
public:
property bool AllowRemove {
bool get();
} |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also