SourceControl.IsItemUnderSCC(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a Boolean value that indicates whether the specified item is under source control.
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
Parameters
- ItemName
- String
The name of the file.
Returns
A Boolean value indicating true
if the item is under source control; otherwise false
.
- Attributes