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
'Declaración
Function SetWaitTitle ( _
pszWaitTitle As String _
) As Integer
'Uso
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
- pszWaitTitle
Type: System.String
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.