RegionBehaviorFactory.ContainsKey Method

Determines whether a behavior with the specified key already exists.

Namespace:  Microsoft.Practices.Prism.Regions
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

public bool ContainsKey(
    string behaviorKey
)
'Declaration
Public Function ContainsKey ( _
    behaviorKey As String _
) As Boolean

Parameters

Return Value

truetrue (True in Visual Basic) if a behavior with the specified key is present; otherwise, falsefalse (False in Visual Basic).

Implements

IRegionBehaviorFactory.ContainsKey(String)

See Also

RegionBehaviorFactory Class

Microsoft.Practices.Prism.Regions Namespace