Partilhar via


Propriedade IVsDifferenceCodeWindow.Caption

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: String

Segurança do .NET Framework

Consulte também

Referência

IVsDifferenceCodeWindow Interface

Namespace Microsoft.VisualStudio.Editor