PropertyCollection::RemoveProperty Method (Object^)
Removes the property associated with the specified key.
Assembly: Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)
Parameters
- key
-
Type:
System::Object^
The key of the property to remove.
Return Value
Type: System::Booleantrue if the property was found and removed, false if the property was not found.
| Exception | Condition |
|---|---|
| ArgumentNullException | key is null. |
Show: