IRuntimeHost Interface

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Interface IRuntimeHost _
    Inherits IServiceProvider
public interface IRuntimeHost : IServiceProvider
public interface class IRuntimeHost : IServiceProvider
type IRuntimeHost =  
    interface
        interface IServiceProvider
    end
public interface IRuntimeHost extends IServiceProvider

The IRuntimeHost type exposes the following members.

Properties

  Name Description
Public property CredentialsProvider This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
Public property DefaultParentWindow This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
Public property EnvironmentFlags This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
Public property NewLine This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
Public property OutputEncoding This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
Public property OutputWidth This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Top

Methods

  Name Description
Public method EnableModeless This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
Public method GetService Gets the service object of the specified type. (Inherited from IServiceProvider.)
Public method ShowMessageBox This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
Public method Write This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Top

See Also

Reference

Microsoft.TeamFoundation.Client Namespace