VersionControlFolderDifferenceExt.Show Method

Show folder difference for the options specified

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

Syntax

'Declaration
Public Function Show ( _
    parameters As VersionControlFolderDifferenceExt.VersionControlFolderDifferenceParams _
) As VersionControlFolderDifference
public VersionControlFolderDifference Show(
    VersionControlFolderDifferenceExt.VersionControlFolderDifferenceParams parameters
)
public:
VersionControlFolderDifference^ Show(
    VersionControlFolderDifferenceExt::VersionControlFolderDifferenceParams^ parameters
)
member Show : 
        parameters:VersionControlFolderDifferenceExt.VersionControlFolderDifferenceParams -> VersionControlFolderDifference
public function Show(
    parameters : VersionControlFolderDifferenceExt.VersionControlFolderDifferenceParams
) : VersionControlFolderDifference

Parameters

Return Value

Type: Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlFolderDifference
the VersionControlFolderDifference wrapper

.NET Framework Security

See Also

Reference

VersionControlFolderDifferenceExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace