Compartir a través de


FileIconRequestEventArgs.Bitmap (Propiedad)

Obtiene o establece el mapa de bits que se va a usar para esta extensión.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
Public Property Bitmap As Bitmap
    Get
    Private Set
public Bitmap Bitmap { get; private set; }
public:
property Bitmap^ Bitmap {
    Bitmap^ get ();
    private: void set (Bitmap^ value);
}
member Bitmap : Bitmap with get, private set
function get Bitmap () : Bitmap
private function set Bitmap (value : Bitmap)

Valor de propiedad

Tipo: System.Drawing.Bitmap

Seguridad de .NET Framework

Vea también

Referencia

FileIconRequestEventArgs Clase

Microsoft.VisualStudio.Data.Schema.Package.Project (Espacio de nombres)