SourceControl2.IsItemUnderSCC(String) Méthode

Définition

Récupère une valeur booléenne indiquant si l'élément spécifié est sous contrôle de code source.

public:
 bool IsItemUnderSCC(System::String ^ ItemName);
public:
 bool IsItemUnderSCC(Platform::String ^ ItemName);
bool IsItemUnderSCC(std::wstring const & ItemName);
[System.Runtime.InteropServices.DispId(3)]
public bool IsItemUnderSCC (string ItemName);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member IsItemUnderSCC : string -> bool
Public Function IsItemUnderSCC (ItemName As String) As Boolean

Paramètres

ItemName
String

Nom du fichier.

Retours

Boolean

true si l'élément est sous contrôle de code source ; sinon false.

Implémente

Attributs

S’applique à