ImageListStreamer 클래스

정의

ImageList의 데이터 부분을 제공합니다.

public ref class ImageListStreamer sealed : System::Runtime::Serialization::ISerializable
public ref class ImageListStreamer sealed : IDisposable, System::Runtime::Serialization::ISerializable
[System.Serializable]
public sealed class ImageListStreamer : System.Runtime.Serialization.ISerializable
[System.Serializable]
public sealed class ImageListStreamer : IDisposable, System.Runtime.Serialization.ISerializable
[<System.Serializable>]
type ImageListStreamer = class
    interface ISerializable
[<System.Serializable>]
type ImageListStreamer = class
    interface ISerializable
    interface IDisposable
Public NotInheritable Class ImageListStreamer
Implements ISerializable
Public NotInheritable Class ImageListStreamer
Implements IDisposable, ISerializable
상속
ImageListStreamer
특성
구현

설명

봉인된 클래스이므로 상속할 수 없습니다. 또한 생성자는 프라이빗이므로 새 인스턴스를 만들 수 없습니다. 의 ImageListStreamer 속성에서 ImageStream 반환됩니다 ImageList. 그러나 이 클래스를 사용하여 컨트롤에서 ImageList속성을 직접 할당하여 이미지를 ImageList 컨트롤에 ImageStream 로드할 수는 없습니다. 대신 한 ImageList 인스턴스를 다른 인스턴스에 직접 할당해야 합니다(예: ImageList2 = ImageList1).

메서드

Dispose()

ImageListStreamer 클래스의 현재 인스턴스에서 사용하는 모든 리소스를 해제합니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetObjectData(SerializationInfo, StreamingContext)

대상 개체를 직렬화하는 데 필요한 데이터로 SerializationInfo를 채웁니다.

GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상