IDesignTimeResourceWriter 인터페이스
정의
DesignTimeResourceProviderFactory 클래스가 디자인 타임에 데이터를 지역화하기 위해 사용합니다.Used by the DesignTimeResourceProviderFactory class to localize data at design time.
public interface class IDesignTimeResourceWriter : System::Resources::IResourceWriter
public interface IDesignTimeResourceWriter : System.Resources.IResourceWriter
type IDesignTimeResourceWriter = interface
interface IResourceWriter
interface IDisposable
Public Interface IDesignTimeResourceWriter
Implements IResourceWriter
- 구현
메서드
AddResource(String, Byte[]) |
부호 없는 8비트 정수 배열을 기록할 리소스 목록에 명명된 리소스로 추가합니다.Adds an 8-bit unsigned integer array as a named resource to the list of resources to be written. (다음에서 상속됨 IResourceWriter) |
AddResource(String, Object) |
기록할 리소스 목록에 Object 형식의 명명된 리소스를 추가합니다.Adds a named resource of type Object to the list of resources to be written. (다음에서 상속됨 IResourceWriter) |
AddResource(String, String) |
기록할 리소스 목록에 String 형식의 명명된 리소스를 추가합니다.Adds a named resource of type String to the list of resources to be written. (다음에서 상속됨 IResourceWriter) |
Close() |
모든 데이터가 파일에 쓰여졌는지 확인하고 내부 리소스 파일 또는 스트림을 닫습니다.Closes the underlying resource file or stream, ensuring all the data has been written to the file. (다음에서 상속됨 IResourceWriter) |
CreateResourceKey(String, Object) |
제공된 문자열을 사용하여 키를 만들어, 제공된 리소스로부터 데이터를 검색하는 데 사용합니다.Creates a key, using the provided string, to use to retrieve data from the given resource. |
Dispose() |
관리되지 않는 리소스의 확보, 해제 또는 다시 설정과 관련된 애플리케이션 정의 작업을 수행합니다.Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (다음에서 상속됨 IDisposable) |
Generate() |
AddResource(String, String) 메서드에서 추가한 모든 리소스를 출력 파일 또는 스트림에 기록합니다.Writes all the resources added by the AddResource(String, String) method to the output file or stream. (다음에서 상속됨 IResourceWriter) |