IVsDifferenceCodeWindow.Caption Property

Namespace:  Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)

Syntax

'Declaration
Property Caption As String
string Caption { get; set; }
property String^ Caption {
    String^ get ();
    void set (String^ value);
}
abstract Caption : string with get, set
function get Caption () : String 
function set Caption (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IVsDifferenceCodeWindow Interface

Microsoft.VisualStudio.Editor Namespace