다음을 통해 공유


ServiceDocumentFormatter 생성자

정의

ServiceDocumentFormatter 클래스의 새 인스턴스를 만듭니다.

오버로드

ServiceDocumentFormatter()

ServiceDocumentFormatter 클래스의 새 인스턴스를 만듭니다.

ServiceDocumentFormatter(ServiceDocument)

ServiceDocumentFormatter 클래스의 새 인스턴스를 만듭니다.

ServiceDocumentFormatter()

ServiceDocumentFormatter 클래스의 새 인스턴스를 만듭니다.

protected:
 ServiceDocumentFormatter();
protected ServiceDocumentFormatter ();
Protected Sub New ()

적용 대상

ServiceDocumentFormatter(ServiceDocument)

ServiceDocumentFormatter 클래스의 새 인스턴스를 만듭니다.

protected:
 ServiceDocumentFormatter(System::ServiceModel::Syndication::ServiceDocument ^ documentToWrite);
protected ServiceDocumentFormatter (System.ServiceModel.Syndication.ServiceDocument documentToWrite);
new System.ServiceModel.Syndication.ServiceDocumentFormatter : System.ServiceModel.Syndication.ServiceDocument -> System.ServiceModel.Syndication.ServiceDocumentFormatter
Protected Sub New (documentToWrite As ServiceDocument)

매개 변수

documentToWrite
ServiceDocument

serialize할 ServiceDocument입니다.

적용 대상