ArtifactSpec Constructor (Guid, String, Int32)
Initializes a new ArtifactSpec instance.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Public Sub New ( _
kind As Guid, _
moniker As String, _
version As Integer _
)
public ArtifactSpec(
Guid kind,
string moniker,
int version
)
public:
ArtifactSpec(
Guid kind,
String^ moniker,
int version
)
new :
kind:Guid *
moniker:string *
version:int -> ArtifactSpec
public function ArtifactSpec(
kind : Guid,
moniker : String,
version : int
)
Parameters
- kind
Type: System.Guid
The type of the artifact.
- moniker
Type: System.String
The name of the artifact.
- version
Type: System.Int32
The version of the artifact.
.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.