WinRTXamlToolkit.Debugging.ViewModels.BasePropertyViewModel.TryGetValue C# (CSharp) Method

TryGetValue() public abstract method

Gets the value of the property on the specified object.
public abstract TryGetValue ( object model, object &value ) : bool
model object
value object
return bool
        public abstract bool TryGetValue(object model, out object value);
    }