JavascriptNotifyInterop.notifyError Method
Namespace: Microsoft.VisualStudio.Services.Client.Controls
Assembly: Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)
Syntax
'Declaration
Public Function notifyError ( _
value As String _
) As Boolean
public bool notifyError(
string value
)
public:
bool notifyError(
String^ value
)
member notifyError :
value:string -> bool
public function notifyError(
value : String
) : boolean
Parameters
- value
Type: System.String
Return Value
Type: System.Boolean
.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.