다음을 통해 공유


ProtocolImporter.AddExtensionWarningComments 메서드

정의

입력 확장 컬렉션에서 처리되지 않은 각 확장 또는 XML 요소에 대해 RequiredExtensionsIgnored 또는 OptionalExtensionsIgnored 경고를 활성화합니다.

public:
 void AddExtensionWarningComments(System::CodeDom::CodeCommentStatementCollection ^ comments, System::Web::Services::Description::ServiceDescriptionFormatExtensionCollection ^ extensions);
public void AddExtensionWarningComments (System.CodeDom.CodeCommentStatementCollection comments, System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection extensions);
member this.AddExtensionWarningComments : System.CodeDom.CodeCommentStatementCollection * System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection -> unit
Public Sub AddExtensionWarningComments (comments As CodeCommentStatementCollection, extensions As ServiceDescriptionFormatExtensionCollection)

매개 변수

comments
CodeCommentStatementCollection

각 경고 메시지가 추가되는 코드 주석의 컬렉션을 지정하는 CodeCommentStatementCollection입니다.

extensions
ServiceDescriptionFormatExtensionCollection

처리되지 않을 경우 경고가 생성되어야 하는 확장 또는 XML 요소를 지정하는 ServiceDescriptionFormatExtensionCollection입니다.

설명

또한이 메서드는 코드 주석의 컬렉션에 경고 메시지를 추가합니다.

적용 대상