MarkupWriter 클래스
정의
개체를 XAML 형식에 쓰는 메서드를 제공합니다.Provides methods to write an object to XAML format.
public ref class MarkupWriter sealed : IDisposable
public sealed class MarkupWriter : IDisposable
type MarkupWriter = class
interface IDisposable
Public NotInheritable Class MarkupWriter
Implements IDisposable
- 상속
-
MarkupWriter
- 구현
설명
GetMarkupObjectFor 인스턴스화하는 데 사용할 수는 MarkupObject합니다.GetMarkupObjectFor can be used to instantiate a MarkupObject.
메서드
Dispose() |
MarkupWriter에서 사용하는 리소스를 해제합니다.Releases the resources used by the MarkupWriter. |
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다.Determines whether the specified object is equal to the current object. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다.Serves as the default hash function. (다음에서 상속됨 Object) |
GetMarkupObjectFor(Object) |
지정된 개체로 MarkupObject의 인스턴스를 만듭니다.Creates an instance of a MarkupObject from the specified object. |
GetMarkupObjectFor(Object, XamlDesignerSerializationManager) |
지정된 개체와 지정된 serialization 관리자로 MarkupObject의 인스턴스를 만듭니다.Creates an instance of a MarkupObject from the specified object and the specified serialization manager. |
GetType() |
현재 인스턴스의 Type을 가져옵니다.Gets the Type of the current instance. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다.Creates a shallow copy of the current Object. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object. (다음에서 상속됨 Object) |