ISharedStatusBar.GetText 方法

检索当前状态栏文本。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.UI
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
Function GetText ( _
    possibleOwner As SharedStatusBarOwner, _
    <OutAttribute> ByRef theText As String _
) As Integer
int GetText(
    SharedStatusBarOwner possibleOwner,
    out string theText
)
int GetText(
    SharedStatusBarOwner^ possibleOwner, 
    [OutAttribute] String^% theText
)
abstract GetText : 
        possibleOwner:SharedStatusBarOwner * 
        theText:string byref -> int 
function GetText(
    possibleOwner : SharedStatusBarOwner, 
    theText : String
) : int

参数

返回值

类型:System.Int32

.NET Framework 安全性

请参见

参考

ISharedStatusBar 接口

Microsoft.VisualStudio.Data.Schema.Package.UI 命名空间