HasAnyLoadMethod Property

MetaType.HasAnyLoadMethod Property

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

Gets a value that indicates whether the current MetaType or any of its bases types has an OnLoaded method.

Namespace:  System.Data.Linq.Mapping
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

'Declaration
Public MustOverride ReadOnly Property HasAnyLoadMethod As Boolean

Property Value

Type: System.Boolean
true if the meta-type or any base meta-type has an OnLoaded method; otherwise, false.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft