VersionControlFolderDifference.Options Property

Get the filter and options that were applied.

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

Syntax

'Declaration
Public ReadOnly Property Options As VersionControlFolderDifferenceOptions
public VersionControlFolderDifferenceOptions Options { get; }
public:
property VersionControlFolderDifferenceOptions^ Options {
    VersionControlFolderDifferenceOptions^ get ();
}
member Options : VersionControlFolderDifferenceOptions with get
function get Options () : VersionControlFolderDifferenceOptions

Property Value

Type: Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlFolderDifferenceOptions
options or null

.NET Framework Security

See Also

Reference

VersionControlFolderDifference Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace