IExplorerPropertyDescriptor 介面

定義

定義描述屬性中繼資料的方法,包括存取或轉換值的機制。

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

屬性

DisplayName

取得將在資料行標頭和屬性檢視器中顯示的名稱。

Name

取得應該符合列舉值或 SFC (系統檔案檢查工具) 屬性名稱的名稱。

Priority

取得屬性檢視器中的屬性順序。

PropertyType

取得屬性的類型。

TargetType

取得選擇性屬性的目標值類型。

方法

GetValue(IExplorerItem)

擷取原始屬性值,並指定類型轉換。

GetValueAsImage(IExplorerItem)

將原始屬性值轉換為影像。

GetValueAsString(IExplorerItem)

使用預設類型轉換子,將原始屬性值轉換為字串。

適用於