Edit

Share via


SupportedIde Class

Definition

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)

Applies to