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
声明
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 | |
---|---|---|
CredentialsProvider | This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code. | |
DefaultParentWindow | This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code. | |
EnvironmentFlags | This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code. | |
NewLine | This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code. | |
OutputEncoding | This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code. | |
OutputWidth | This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code. |
Top
Methods
Name | Description | |
---|---|---|
EnableModeless | This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code. | |
GetService | Gets the service object of the specified type. (Inherited from IServiceProvider.) | |
ShowMessageBox | This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code. | |
Write | This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code. |
Top