다음을 통해 공유


IOptionFormatter.Format 메서드

정의

options 개체의 형식을 문자열 컬렉션으로 지정합니다.

public System.Collections.Generic.IEnumerable<string> Format ();
abstract member Format : unit -> seq<string>
Public Function Format () As IEnumerable(Of String)

반환

options 개체의 속성에 해당하는 형식이 지정된 문자열-값 쌍의 컬렉션입니다.

적용 대상