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
'Declaration
<GuidAttribute("F336DE73-B556-45EF-A75E-DF3CAF65522E")> _
Public Interface VCWebServiceProxyGeneratorTool
[GuidAttribute("F336DE73-B556-45EF-A75E-DF3CAF65522E")]
public interface VCWebServiceProxyGeneratorTool
[GuidAttribute(L"F336DE73-B556-45EF-A75E-DF3CAF65522E")]
public interface class VCWebServiceProxyGeneratorTool
[<GuidAttribute("F336DE73-B556-45EF-A75E-DF3CAF65522E")>]
type VCWebServiceProxyGeneratorTool = interface end
public interface VCWebServiceProxyGeneratorTool
The VCWebServiceProxyGeneratorTool type exposes the following members.
Properties
Name | Description | |
---|---|---|
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. | |
ExecutionBucket | Infrastructure. Microsoft Internal Use Only. | |
GeneratedProxyLanguage | Gets or sets the language to use when generating the Web proxy. | |
Namespace | Gets or sets an object defining the parent namespace. | |
Output | Gets or sets the output file name. | |
References | Gets or sets the collection of references for the selected project. | |
SuppressStartupBanner | Gets or sets a value indicating whether to suppress the display of the startup banner and information messages. | |
ToolKind | Gets the name of the kind of tool this is. | |
toolName | Gets the name of the specified tool. | |
ToolPath | Gets the path to the specified tool. | |
URL | Gets or sets the URL used when a user specifies the Update Web Reference command. | |
VCProjectEngine | Gets a pointer to the project engine. |
Top
Methods
Name | Description | |
---|---|---|
get_PropertyOption | Infrastructure. Microsoft Internal Use Only. |
Top