Proprietà IVSSCheckoutModifiable.NewLastMerge

Imposta il numero dell'ultima versione unita nel computer client.

Spazio dei nomi: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)

Sintassi

'Dichiarazione
WriteOnly Property NewLastMerge As Integer
'Utilizzo
Dim instance As IVSSCheckoutModifiable
Dim value As Integer

instance.NewLastMerge = value
int NewLastMerge { set; }
property int NewLastMerge {
    void set ([InAttribute] int A_1);
}
/** @property */
void set_NewLastMerge (/** @attribute InAttribute() */ int A_1)
function set NewLastMerge (A_1 : int)

Valore proprietà

Il numero dell'ultima versione unita nel computer client.

Note

[IDL]

HRESULT NewLastMerge([in] long LastMerge);

Vedere anche

Riferimenti

Interfaccia IVSSCheckoutModifiable
Membri IVSSCheckoutModifiable
Spazio dei nomi Microsoft.VisualStudio.SourceSafe.Interop
Proprietà IVSSCheckout.VersionNumber