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
- parameters
Type: Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlFolderDifferenceExt.VersionControlFolderDifferenceParams
Return Value
Type: Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlFolderDifference
the VersionControlFolderDifference wrapper
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
VersionControlFolderDifferenceExt Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace