VCWebServiceProxyGeneratorTool Interface

Programmatically exposes the properties available from the Web References Property Page.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

‘선언
<GuidAttribute("BA8B4237-C8E3-4C03-B3F4-C543621480B8")> _
Public Interface VCWebServiceProxyGeneratorTool
[GuidAttribute("BA8B4237-C8E3-4C03-B3F4-C543621480B8")]
public interface VCWebServiceProxyGeneratorTool
[GuidAttribute(L"BA8B4237-C8E3-4C03-B3F4-C543621480B8")]
public interface class VCWebServiceProxyGeneratorTool
[<GuidAttribute("BA8B4237-C8E3-4C03-B3F4-C543621480B8")>]
type VCWebServiceProxyGeneratorTool =  interface end
public interface VCWebServiceProxyGeneratorTool

The VCWebServiceProxyGeneratorTool type exposes the following members.

Properties

  Name Description
Public property AdditionalOptions Gets or sets options to add to the end of the command line immediately before the file name(s). An example is if an option is not supported in the object model.
Public property ExecutionBucket Infrastructure. Microsoft Internal Use Only.
Public property GeneratedProxyLanguage Gets or sets the language to use when generating the Web proxy.
Public property Namespace Gets or sets an object defining the parent namespace.
Public property Output Gets or sets the output file name.
Public property References Gets or sets the collection of references for the selected project.
Public property SuppressStartupBanner Gets or sets a value indicating whether to suppress the display of the startup banner and information messages.
Public property ToolKind Gets the name of the kind of tool this is.
Public property toolName Gets the name of the specified tool.
Public property ToolPath Gets the path to the specified tool.
Public property URL Gets or sets the URL used when a user specifies the Update Web Reference command.
Public property VCProjectEngine Gets a pointer to the project engine.

Top

Methods

  Name Description
Public method get_PropertyOption Infrastructure. Microsoft Internal Use Only.

Top

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace