SupportedIde Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SupportedIde()
public SupportedIde();
Public Sub New ()
Applies to
SupportedIde(SupportedIdeType, String, String, String[], String)
public SupportedIde(Microsoft.TeamFoundation.SourceControl.WebApi.SupportedIdeType ide, string name, string url, string[] platforms, string downloadUrl);
new Microsoft.TeamFoundation.SourceControl.WebApi.SupportedIde : Microsoft.TeamFoundation.SourceControl.WebApi.SupportedIdeType * string * string * string[] * string -> Microsoft.TeamFoundation.SourceControl.WebApi.SupportedIde
Public Sub New (ide As SupportedIdeType, name As String, url As String, platforms As String(), downloadUrl As String)
Parameters
- ide
- SupportedIdeType
- name
- String
- url
- String
- platforms
- String[]
- downloadUrl
- String