SimpleDynamicMemberAccessor Class
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.
Allows limited dynamically typed access to instance properties.
public ref class SimpleDynamicMemberAccessor
[Windows::Foundation::Metadata::WebHostHidden]
class SimpleDynamicMemberAccessor
public class SimpleDynamicMemberAccessor
type SimpleDynamicMemberAccessor = class
Public Class SimpleDynamicMemberAccessor
- Inheritance
-
SimpleDynamicMemberAccessor
Constructors
SimpleDynamicMemberAccessor() |
Methods
TryGetProperty<T>(Object, String, T) |
Attempts to get a value of a property of given object |