VersionControlFolderDifferenceItem.State Property
Get the item compared state.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public ReadOnly Property State As VersionControlFolderDifferenceItemState
public VersionControlFolderDifferenceItemState State { get; }
public:
property VersionControlFolderDifferenceItemState State {
VersionControlFolderDifferenceItemState get ();
}
member State : VersionControlFolderDifferenceItemState with get
function get State () : 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
VersionControlFolderDifferenceItem Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace