IExplorerViewColumn 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
顯示 ExplorerViewColumn 的屬性。
public interface class IExplorerViewColumn : Microsoft::SqlServer::Management::Explorer::IExplorerPropertyDescriptor
public interface IExplorerViewColumn : Microsoft.SqlServer.Management.Explorer.IExplorerPropertyDescriptor
type IExplorerViewColumn = interface
interface IExplorerPropertyDescriptor
Public Interface IExplorerViewColumn
Implements IExplorerPropertyDescriptor
- 實作
屬性
| 名稱 | Description |
|---|---|
| DisplayName |
取得欄位標頭和屬性檢視器中會顯示的名稱。 (繼承來源 IExplorerPropertyDescriptor) |
| Index |
取得或設定 Explorer 視圖所需的索引。 |
| Name |
取得應該與列舉器或 SFC(系統檔案檢查器)屬性名稱相符的名稱。 (繼承來源 IExplorerPropertyDescriptor) |
| Priority |
取得物業檢視器中該物業的順序。 (繼承來源 IExplorerPropertyDescriptor) |
| PropertyType |
取得房產類型。 (繼承來源 IExplorerPropertyDescriptor) |
| SortOrder |
取得或設定 Explorer 視圖的排序順序。 |
| TargetType |
取得可選的屬性目標值類型。 (繼承來源 IExplorerPropertyDescriptor) |
| TextAlign |
取得或設定欄位中顯示文字的水平對齊。 |
| Visible |
取得或設定一個值,表示欄位是否可見。 |
| Width |
取得或設定欄位目前的寬度。 |
方法
| 名稱 | Description |
|---|---|
| GetValue(IExplorerItem) |
取得原始屬性值並指定轉換成該型別。 (繼承來源 IExplorerPropertyDescriptor) |
| GetValueAsImage(IExplorerItem) |
將原始屬性值轉換成圖片。 (繼承來源 IExplorerPropertyDescriptor) |
| GetValueAsString(IExplorerItem) |
使用預設型別轉換器將原始屬性值轉換成字串。 (繼承來源 IExplorerPropertyDescriptor) |