Share via


IOleInPlaceFrame.SetStatusText Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub SetStatusText ( _
    pszStatusText As String _
)
void SetStatusText(
    string pszStatusText
)
void SetStatusText(
    [InAttribute] String^ pszStatusText
)
abstract SetStatusText : 
        pszStatusText:string -> unit
function SetStatusText(
    pszStatusText : String
)

Parameters

  • pszStatusText
    Type: String

Remarks

For information on the COM interface, see IOleInPlaceFrame::SetStatusText

.NET Framework Security

See Also

Reference

IOleInPlaceFrame Interface

Microsoft.VisualStudio.OLE.Interop Namespace