ImageListStreamer 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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) |