Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the ArtifactId class.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Sub New ( _
tool As String, _
artifactType As String, _
specificId As String _
)
public ArtifactId(
string tool,
string artifactType,
string specificId
)
public:
ArtifactId(
String^ tool,
String^ artifactType,
String^ specificId
)
new :
tool:string *
artifactType:string *
specificId:string -> ArtifactId
public function ArtifactId(
tool : String,
artifactType : String,
specificId : String
)
Parameters
tool
Type: System.StringThe name of the tool this artifact will represent.
artifactType
Type: System.StringThe type of this artifact.
specificId
Type: System.StringA unique ID for this artifact.
Remarks
The ArtifactTypeNames class contains valid values for the artifactType parameter.
.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.