Konstruktor DeploymentEnvironmentCreationData — (String, String, String, DeploymentEnvironmentKind, String, String, Dictionary<String, String>)
Przestrzeń nazw: Microsoft.TeamFoundation.Build.Client
Zestaw: Microsoft.TeamFoundation.Build.Client (w Microsoft.TeamFoundation.Build.Client.dll)
Składnia
'Deklaracja
Public Sub New ( _
name As String, _
teamProject As String, _
connectedServiceName As String, _
kind As DeploymentEnvironmentKind, _
friendlyName As String, _
description As String, _
environmentProperties As Dictionary(Of String, String) _
)
public DeploymentEnvironmentCreationData(
string name,
string teamProject,
string connectedServiceName,
DeploymentEnvironmentKind kind,
string friendlyName,
string description,
Dictionary<string, string> environmentProperties
)
Parametry
- name
Typ: System.String
- teamProject
Typ: System.String
- connectedServiceName
Typ: System.String
- friendlyName
Typ: System.String
- description
Typ: System.String
- environmentProperties
Typ: System.Collections.Generic.Dictionary<String, String>
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
DeploymentEnvironmentCreationData Klasa