Proprietà IVSSCheckoutModifiable.Username

Ottiene una stringa contenente il nome dell'utente per il quale è stato estratto il file.

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

Sintassi

'Dichiarazione
ReadOnly Property Username As String
'Utilizzo
Dim instance As IVSSCheckoutModifiable
Dim value As String

value = instance.Username
string Username { get; }
property String^ Username {
    String^ get ();
}
/** @property */
String get_Username ()
function get Username () : String

Valore proprietà

Una stringa contenente il nome dell'utente per il quale è stato estratto il file.

Note

[IDL]

HRESULT Username ([out,retval]BSTR *pUsername);

Vedere anche

Riferimenti

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