IVsRunningDocumentTable4.NotifyDocumentChangedEx(UInt32, UInt32) Método

Definição

Notifica o cliente quando são feitas alterações no documento.

public:
 void NotifyDocumentChangedEx(System::UInt32 cookie, System::UInt32 attributes);
public:
 void NotifyDocumentChangedEx(unsigned int cookie, unsigned int attributes);
void NotifyDocumentChangedEx(unsigned int cookie, unsigned int attributes);
public void NotifyDocumentChangedEx (uint cookie, uint attributes);
abstract member NotifyDocumentChangedEx : uint32 * uint32 -> unit
Public Sub NotifyDocumentChangedEx (cookie As UInteger, attributes As UInteger)

Parâmetros

cookie
UInt32

no O documento que é alterado.

attributes
UInt32

no Os novos atributos para o documento.

Implementações

Aplica-se a