UserInteractionServices.GetFolderIcon 方法
傳回根據提供的樣式指示選取的點陣圖圖示。
命名空間: Microsoft.Data.Schema
組件: Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)
語法
'宣告
Public Overridable Function GetFolderIcon ( _
style As FolderIconStyle _
) As Bitmap
public virtual Bitmap GetFolderIcon(
FolderIconStyle style
)
public:
virtual Bitmap^ GetFolderIcon(
FolderIconStyle style
)
abstract GetFolderIcon :
style:FolderIconStyle -> Bitmap
override GetFolderIcon :
style:FolderIconStyle -> Bitmap
public function GetFolderIcon(
style : FolderIconStyle
) : Bitmap
參數
- style
型別:Microsoft.Data.Schema.FolderIconStyle
FolderIconStyle 列舉的成員。
傳回值
型別:System.Drawing.Bitmap
圖示,表示資料夾已開啟還是關閉。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。