IExplorerPropertyDescriptor インターフェイス

定義

プロパティ メタデータ (値にアクセスするメカニズムや値を変換するメカニズムなど) について説明するメソッドを定義します。

public interface class IExplorerPropertyDescriptor
public interface IExplorerPropertyDescriptor
type IExplorerPropertyDescriptor = interface
Public Interface IExplorerPropertyDescriptor
派生

プロパティ

DisplayName

列見出しおよびプロパティ ビューアーに表示される名前を取得します。

Name

名前を取得します。この名前は、列挙子または SFC (System File Checker) のプロパティ名と一致する必要があります。

Priority

プロパティ ビューアーにおけるプロパティの順序を取得します。

PropertyType

プロパティの型を取得します。

TargetType

プロパティの対象値の型を取得します (省略可能)。

メソッド

GetValue(IExplorerItem)

未処理のプロパティ値を取得し、型への変換を指定します。

GetValueAsImage(IExplorerItem)

未処理のプロパティ値をイメージに変換します。

GetValueAsString(IExplorerItem)

未処理のプロパティ値を、既定の型変換を使用して文字列に変換します。

適用対象