IVsCommonMessagePump.SetWaitTitle Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

‘선언
Function SetWaitTitle ( _
    pszWaitTitle As String _
) As Integer
‘사용 방법
Dim instance As IVsCommonMessagePump
Dim pszWaitTitle As String
Dim returnValue As Integer

returnValue = instance.SetWaitTitle(pszWaitTitle)
int SetWaitTitle(
    string pszWaitTitle
)
int SetWaitTitle(
    [InAttribute] String^ pszWaitTitle
)
abstract SetWaitTitle : 
        pszWaitTitle:string -> int 
function SetWaitTitle(
    pszWaitTitle : String
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsCommonMessagePump Interface

IVsCommonMessagePump Members

Microsoft.VisualStudio.Shell.Interop Namespace