Freigeben über


UserInteractionServices.GetFolderIcon-Methode

Gibt ein nach der bereitgestellten Formateinstellung ausgewähltes Bitmapsymbol zurück.

Namespace:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: System.Drawing.Bitmap
Ein Symbol, das angibt, ob der Ordner geöffnet oder geschlossen ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

UserInteractionServices Klasse

Microsoft.Data.Schema-Namespace

FolderIconStyle