SupportedIde Class
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.
Represents a Supported IDE entity.
[System.Runtime.Serialization.DataContract]
public class SupportedIde : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type SupportedIde = class
inherit VersionControlSecuredObject
Public Class SupportedIde
Inherits VersionControlSecuredObject
- Inheritance
- Attributes
Constructors
| SupportedIde() | |
| SupportedIde(SupportedIdeType, String, String, String[], String) |
Properties
| DownloadUrl |
The download URL for the IDE. |
| IdeType |
The type of the IDE. |
| Name |
The name of the IDE. |
| ProtocolHandlerUrl |
The URL to open the protocol handler for the IDE. |
| SupportedPlatforms |
A list of SupportedPlatforms. |
Methods
| SetSecuredObject(ISecuredObject) | (Inherited from VersionControlSecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from VersionControlSecuredObject) |