HostedApplication.Notify(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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