GitTreeEntryRef, constructeur (String, String, Int32, Int32)
Espace de noms : Microsoft.TeamFoundation.SourceControl.WebApi
Assembly : Microsoft.TeamFoundation.SourceControl.WebApi (dans Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntaxe
'Déclaration
Public Sub New ( _
ObjectId As String, _
RelativePath As String, _
rwxBits As Integer, _
GitObjectTypeCode As Integer _
)
public GitTreeEntryRef(
string ObjectId,
string RelativePath,
int rwxBits,
int GitObjectTypeCode
)
Paramètres
- ObjectId
Type : System.String
- RelativePath
Type : System.String
- rwxBits
Type : System.Int32
- GitObjectTypeCode
Type : System.Int32
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
Microsoft.TeamFoundation.SourceControl.WebApi, espace de noms