GetInnerProperty(T) Method
Collapse the table of content
Expand the table of content

BindingContext.GetInnerProperty(Of T) Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Returns a typed object requested, if present, from the appropriate layer in the binding stack.

Namespace:  System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

'Declaration
Public Function GetInnerProperty(Of T As Class) As T

Type Parameters

T

The typed object for which the method is querying.

Return Value

Type: T
The typed object T requested if it is present or Nothing if it is not.

Clones the binding context and calls GetProperty(Of T)(BindingContext) on the next binding element stored in the binding context.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft