Lenguaje

IVsaIDESite.Notify(String, Object) Método

Definición

Este tipo admite la infraestructura de .NET Framework y no está pensado para usarse directamente desde el código.

public:
 void Notify(System::String ^ notify, System::Object ^ optional);
public void Notify(string notify, object optional);
abstract member Notify : string * obj -> unit
Public Sub Notify (notify As String, optional As Object)

Parámetros

notify
String

El parámetro notify representado como string.

optional
Object

El parámetro opcional representado como un objeto .

Se aplica a