IVSSCheckoutModifiable.Comment Property 

Gets a string containing a comment for the file checkout.

Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)

Syntax

'Declaration
ReadOnly Property Comment As String
'Usage
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

Property Value

A string containing a comment for the file checkout, or an empty string if no comment is provided.

Remarks

[IDL]

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

See Also

Reference

IVSSCheckoutModifiable Interface
IVSSCheckoutModifiable Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace
IVSSCheckout.Comment Property