TfvcVersionDescriptor, constructeur (Nullable<TfvcVersionOption>, Nullable<TfvcVersionType>, String)
Espace de noms : Microsoft.TeamFoundation.SourceControl.WebApi
Assembly : Microsoft.TeamFoundation.SourceControl.WebApi (dans Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntaxe
'Déclaration
Public Sub New ( _
versionOption As Nullable(Of TfvcVersionOption), _
versionType As Nullable(Of TfvcVersionType), _
version As String _
)
public TfvcVersionDescriptor(
Nullable<TfvcVersionOption> versionOption,
Nullable<TfvcVersionType> versionType,
string version
)
Paramètres
- versionOption
Type : System.Nullable<TfvcVersionOption>
- versionType
Type : System.Nullable<TfvcVersionType>
- version
Type : System.String
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
TfvcVersionDescriptor, surcharge
Microsoft.TeamFoundation.SourceControl.WebApi, espace de noms