共用方式為


IVersionControlProvider.IsAnySolutionFileControlledByHatteras Method

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Function IsAnySolutionFileControlledByHatteras ( _
    <OutAttribute> ByRef isControlled As Boolean _
) As Integer
int IsAnySolutionFileControlledByHatteras(
    out bool isControlled
)
int IsAnySolutionFileControlledByHatteras(
    [OutAttribute] bool% isControlled
)
abstract IsAnySolutionFileControlledByHatteras : 
        isControlled:bool byref -> int
function IsAnySolutionFileControlledByHatteras(
    isControlled : boolean
) : int

Parameters

Return Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

IVersionControlProvider Interface

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace