Catel.MVVM.Views.ViewToViewModelMappingContainer.GetViewToViewModelMapping C# (CSharp) Method

GetViewToViewModelMapping() public method

Gets the ViewToViewModelMapping that is mapped to the specified view property name.
public GetViewToViewModelMapping ( string viewPropertyName ) : Catel.MVVM.Views.ViewToViewModelMapping
viewPropertyName string Name of the view property.
return Catel.MVVM.Views.ViewToViewModelMapping
        public ViewToViewModelMapping GetViewToViewModelMapping(string viewPropertyName)
        {
            return _viewToViewModelMappings[viewPropertyName];
        }