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)
public bool ContainsKey(
string behaviorKey
)
'Declaration
Public Function ContainsKey (
behaviorKey As String
) As Boolean
- behaviorKey
Type: System.String
The behavior key.
Type: Boolean
truetrue (True in Visual Basic) if a behavior with the specified key is present; otherwise, falsefalse (False in Visual Basic).