StatusBar.Text 屬性
設定或取得選取文字。
命名空間: EnvDTE
組件: EnvDTE (在 EnvDTE.dll 中)
語法
'宣告
Default Property Text As String
string this { get; set; }
property String^ default {
String^ get ();
void set (String^ value);
}
abstract Text : string with get, set
function get Text () : String
function set Text (value : String)
屬性值
型別:System.String
表示所選取文字的字串。
備註
Text 屬性是 StatusBar 物件的預設屬性。
讀取 Text 屬性時,會傳回狀態列中的文字。
設定 Text 屬性時,會在狀態列中顯示值。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。