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
- 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
VersionControlFolderDifference Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace