LogValuesFormatter 클래스

정의

주의

This type is retained only for compatibility. The recommended alternative is the Microsoft.Extensions.Diagnostics.Testing package.

{NamedformatItem}과 같은 명명된 서식 항목을 서식으로 변환하는 Format(IFormatProvider, String, Object) 포맷터입니다.

public ref class LogValuesFormatter
[System.Obsolete("This type is retained only for compatibility. The recommended alternative is the Microsoft.Extensions.Diagnostics.Testing package.", true)]
public class LogValuesFormatter
[<System.Obsolete("This type is retained only for compatibility. The recommended alternative is the Microsoft.Extensions.Diagnostics.Testing package.", true)>]
type LogValuesFormatter = class
Public Class LogValuesFormatter
상속
LogValuesFormatter
특성

생성자

Name Description
LogValuesFormatter(String)
사용되지 않음.

LogValuesFormatter 클래스의 새 인스턴스를 초기화합니다.

속성

Name Description
OriginalFormat
사용되지 않음.

원래 형식 문자열을 가져옵니다.

ValueNames
사용되지 않음.

명명된 형식 매개 변수 이름의 목록을 가져옵니다.

메서드

Name Description
Equals(Object)
사용되지 않음.

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

(다음에서 상속됨 Object)
Format(Object[])
사용되지 않음.

형식 문자열을 사용하여 지정된 값의 서식을 지정합니다.

GetHashCode()
사용되지 않음.

기본 해시 함수로 사용됩니다.

(다음에서 상속됨 Object)
GetType()
사용되지 않음.

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

(다음에서 상속됨 Object)
GetValue(Object[], Int32)
사용되지 않음.

지정된 인덱스에서 서식 항목의 키/값 쌍을 가져옵니다.

GetValues(Object[])
사용되지 않음.

모든 형식 항목에 대한 키/값 쌍의 열거 가능 항목을 가져옵니다.

MemberwiseClone()
사용되지 않음.

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

(다음에서 상속됨 Object)
ToString()
사용되지 않음.

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

(다음에서 상속됨 Object)

적용 대상