Proprietà IVSSCheckoutModifiable.Comment

Ottiene una stringa contenente un commento relativo all'estrazione del file.

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

Sintassi

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

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

Valore proprietà

Una stringa contenente un commento relativo all'estrazione del file oppure una stringa vuota, se non è disponibile alcun commento.

Note

[IDL]

HRESULT Comment ([out,retval]BSTR *pComment);

Vedere anche

Riferimenti

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