ImageListStreamer Clase
Definición
public ref class ImageListStreamer sealed : IDisposable, System::Runtime::Serialization::ISerializable
public ref class ImageListStreamer sealed : System::Runtime::Serialization::ISerializable
[System.Serializable]
public sealed class ImageListStreamer : IDisposable, System.Runtime.Serialization.ISerializable
[System.Serializable]
public sealed class ImageListStreamer : System.Runtime.Serialization.ISerializable
[<System.Serializable>]
type ImageListStreamer = class
interface ISerializable
interface IDisposable
[<System.Serializable>]
type ImageListStreamer = class
interface ISerializable
Public NotInheritable Class ImageListStreamer
Implements IDisposable, ISerializable
Public NotInheritable Class ImageListStreamer
Implements ISerializable
- Herencia
-
ImageListStreamer
- Atributos
- Implementaciones
Comentarios
Se trata de una clase sellada, por lo que no se puede heredar de ella.This is a sealed class, so you can not inherit from it. Además, el constructor es privado, por lo que no puede crear una nueva instancia del mismo.Also, the constructor is private, so you cannot create a new instance of it. ImageListStreamerLa propiedad de devuelve un ImageStream ImageList .An ImageListStreamer is returned by the ImageStream property of the ImageList. Sin embargo, no puede usar esta clase para cargar imágenes en un ImageList control asignando directamente la ImageStream propiedad de una ImageList .However, you cannot use this class to load images to an ImageList control by directly assigning the ImageStream property from one ImageList. En su lugar, debe asignar directamente una ImageList instancia a otra (por ejemplo, ImageList2 = ImageList1)
.Instead you should directly assign one ImageList instance to another (for example, ImageList2 = ImageList1)
.
Métodos
Dispose() |
Libera todos los recursos usados por la instancia actual de la clase ImageListStreamer.Releases all resources used by the current instance of the ImageListStreamer class. |
Equals(Object) |
Determina si el objeto especificado es igual que el objeto actual.Determines whether the specified object is equal to the current object. (Heredado de Object) |
GetHashCode() |
Sirve como la función hash predeterminada.Serves as the default hash function. (Heredado de Object) |
GetObjectData(SerializationInfo, StreamingContext) |
Llena SerializationInfo con los datos necesarios para serializar el objeto de destino.Populates a SerializationInfo with the data needed to serialize the target object. |
GetType() |
Obtiene el Type de la instancia actual.Gets the Type of the current instance. (Heredado de Object) |
MemberwiseClone() |
Crea una copia superficial del Object actual.Creates a shallow copy of the current Object. (Heredado de Object) |
ToString() |
Devuelve una cadena que representa el objeto actual.Returns a string that represents the current object. (Heredado de Object) |