public virtual bool Remove( BaseProjectMessage msg )
public: virtual bool Remove( BaseProjectMessage^ msg )
Parameters
| Parameter Name | Description |
|---|---|
| msg | The object to remove to the PrjMessagesCollection. |
PrjMessagesCollection.
PrjMessagesCollection.public virtual bool Remove( BaseProjectMessage msg )
public: virtual bool Remove( BaseProjectMessage^ msg )
| Parameter Name | Description |
|---|---|
| msg | The object to remove to the PrjMessagesCollection. |
| Exception | Description |
|---|---|
| System.NotSupportedException | The PrjMessagesCollection is read-only. |