WinRTXamlToolkit.Debugging.ViewModels.BasePropertyViewModel.TryGetValue C# (CSharp) 메소드

TryGetValue() 공개 추상적인 메소드

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