Compartir a través de


HostedApplication.Notify(String, Object) Method

Definition

Caution

Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.

Notify the script with information.

public:
 void Notify(System::String ^ notify, System::Object ^ info);
[System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
public void Notify (string notify, object info);
[<System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
member this.Notify : string * obj -> unit
Public Sub Notify (notify As String, info As Object)

Parameters

notify
String

String notification information.

info
Object

String passed in as information.

Attributes

Remarks

Used by IVsaSite interface

Applies to