TeamFoundationExecutionState.HostProcesses Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'宣告
Public ReadOnly Property HostProcesses As IEnumerable(Of TeamFoundationServiceHostProcess)
Get
public IEnumerable<TeamFoundationServiceHostProcess> HostProcesses { get; }
public:
property IEnumerable<TeamFoundationServiceHostProcess^>^ HostProcesses {
IEnumerable<TeamFoundationServiceHostProcess^>^ get ();
}
member HostProcesses : IEnumerable<TeamFoundationServiceHostProcess>
function get HostProcesses () : IEnumerable<TeamFoundationServiceHostProcess>
Property Value
Type: System.Collections.Generic.IEnumerable<TeamFoundationServiceHostProcess>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.