Share via


PropertyValueGetter Class

Definition

Provides methods for retrieving the property values of objects.

public ref class PropertyValueGetter : Microsoft::Management::UI::Internal::IPropertyValueGetter
[Windows::Foundation::Metadata::WebHostHidden]
class PropertyValueGetter : Microsoft::Management::UI::Internal::IPropertyValueGetter
public class PropertyValueGetter : Microsoft.Management.UI.Internal.IPropertyValueGetter
type PropertyValueGetter = class
    interface IPropertyValueGetter
Public Class PropertyValueGetter
Implements IPropertyValueGetter
Inheritance
PropertyValueGetter
Implements

Constructors

PropertyValueGetter()

Initializes a new instance of the PropertyValueGetter class.

Methods

TryGetPropertyValue(String, Object, Object)

Gets the value of the specified property on the specified object.

TryGetPropertyValue<T>(String, Object, T)

Gets the value of the specified property on the specified object.

Applies to