IExplorerPropertyDescriptor Interface

Definition

Defines a method that describes the property metadata including a mechanism to access or convert the values.

public interface class IExplorerPropertyDescriptor
public interface IExplorerPropertyDescriptor
type IExplorerPropertyDescriptor = interface
Public Interface IExplorerPropertyDescriptor
Derived

Properties

DisplayName

Gets the name that will be displayed in the column headers and property viewer.

Name

Gets the name that should match enumerator or SFC (System File Checker) property name.

Priority

Gets the order of the property in the property viewer.

PropertyType

Gets the type of the property.

TargetType

Gets the optional property target value type.

Methods

GetValue(IExplorerItem)

Retrieves the raw property value and specifies conversion to the type.

GetValueAsImage(IExplorerItem)

Converts the raw property value to an image.

GetValueAsString(IExplorerItem)

Converts the raw property value to a string using the default type converter.

Applies to