ProtocolImporter.AddExtensionWarningComments 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
입력 확장 컬렉션에서 처리되지 않은 각 확장 또는 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입니다.
설명
또한이 메서드는 코드 주석의 컬렉션에 경고 메시지를 추가합니다.