共用方式為


IVsDifferenceCodeWindow.Caption 屬性

命名空間:  Microsoft.VisualStudio.Editor
組件:  Microsoft.VisualStudio.Editor (在 Microsoft.VisualStudio.Editor.dll 中)

語法

'宣告
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)

屬性值

類型:String

.NET Framework 安全性

請參閱

參考

IVsDifferenceCodeWindow 介面

Microsoft.VisualStudio.Editor 命名空間