Share via


StateElement.Remove Method

Removes the item with the given key from the state.

Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Public Sub Remove ( _
    key As String _
)
'Usage
Dim instance As StateElement
Dim key As String

instance.Remove(key)
public void Remove (
    string key
)
public:
void Remove (
    String^ key
)
public void Remove (
    String key
)
public function Remove (
    key : String
)

Parameters

  • key

See Also

Reference

StateElement Class
StateElement Members
Microsoft.Practices.CompositeUI Namespace