SourceControl.IsItemUnderSCC Method

Retrieves a Boolean value that indicates whether the specified item is under source control.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Function IsItemUnderSCC ( _
    ItemName As String _
) As Boolean
bool IsItemUnderSCC(
    string ItemName
)
bool IsItemUnderSCC(
    [InAttribute] String^ ItemName
)
abstract IsItemUnderSCC : 
        ItemName:string -> bool
function IsItemUnderSCC(
    ItemName : String
) : boolean

Parameters

Return Value

Type: System.Boolean
A Boolean value indicating true if the item is under source control; otherwise false.

.NET Framework Security

See Also

Reference

SourceControl Interface

EnvDTE Namespace