VersionControlFolderDifferenceOptions.ViewOptions Property
Get the bit flags view options
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public ReadOnly Property ViewOptions As VersionControlFolderDifferenceItemState
public VersionControlFolderDifferenceItemState ViewOptions { get; }
public:
property VersionControlFolderDifferenceItemState ViewOptions {
VersionControlFolderDifferenceItemState get ();
}
member ViewOptions : VersionControlFolderDifferenceItemState with get
function get ViewOptions () : VersionControlFolderDifferenceItemState
Property Value
Type: Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlFolderDifferenceItemState
Returns VersionControlFolderDifferenceItemState.
.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
VersionControlFolderDifferenceOptions Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace