Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the options to control how the conflict is resolved.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property ResolutionOptions As ResolutionOptions
Get
Set
public ResolutionOptions ResolutionOptions { get; set; }
public:
property ResolutionOptions^ ResolutionOptions {
ResolutionOptions^ get ();
void set (ResolutionOptions^ value);
}
member ResolutionOptions : ResolutionOptions with get, set
function get ResolutionOptions () : ResolutionOptions
function set ResolutionOptions (value : ResolutionOptions)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.ResolutionOptions
The options to control how the conflict is resolved.
.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.