生成されたプロキシ コードのコメントを生成する Visual Studio 2010 の設定はありますか?
たとえば、次のような SOAP Web サービスがあります。
<s:complexContent> -<s:extension base="s0:Criteria"> -<s:sequence> -<s:element name="GroupId" type="s:long" minOccurs="0"> -<s:annotation> <s:documentation>Unique group identifier. Can be used to get a specific group and/or a list of users for a group</s:documentation> </s:annotation> </s:element> -<s:element name="GroupName" type="s:string" minOccurs="0"> -<s:annotation> <s:documentation>Name of the group to find</s:documentation> </s:annotation> </s:element> </s:sequence> </s:extension> </s:complexContent> </s:complexType>
これには注釈とドキュメントの要素が含まれていますが、それらのコンテンツは Visual Studio 2010 でインポートまたは使用されません