WebGridRow.TryGetMember(GetMemberBinder, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the value of a WebGridRow member that is described by the specified binder.
public override bool TryGetMember (System.Dynamic.GetMemberBinder binder, out object result);
override this.TryGetMember : System.Dynamic.GetMemberBinder * obj -> bool
Public Overrides Function TryGetMember (binder As GetMemberBinder, ByRef result As Object) As Boolean
Parameters
- binder
- GetMemberBinder
The getter of the bound property member.
- result
- Object
When this method returns, contains an object that holds the value of the item described by binder
. This parameter is passed uninitialized.
Returns
true if the value of the item was successfully retrieved; otherwise, false.