Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function ShowApplyToAllMessageBox ( _
message As String, _
title As String, _
helpTopic As String _
) As MsgResult
public MsgResult ShowApplyToAllMessageBox(
string message,
string title,
string helpTopic
)
public:
MsgResult ShowApplyToAllMessageBox(
String^ message,
String^ title,
String^ helpTopic
)
member ShowApplyToAllMessageBox :
message:string *
title:string *
helpTopic:string -> MsgResult
public function ShowApplyToAllMessageBox(
message : String,
title : String,
helpTopic : String
) : MsgResult
Parameters
- message
Type: System.String
- title
Type: System.String
- helpTopic
Type: System.String
Return Value
Type: Microsoft.VisualStudio.TeamFoundation.MsgResult
.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.