Share via


RegionBehaviorFactory.ContainsKey Method

Determines whether a behavior with the specified key already exists.

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

Syntax

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

Parameters

Return Value

Type: Boolean
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

RegionBehaviorFactory Members

Microsoft.Practices.Prism.Regions Namespace