IVsUserDataEvents::OnUserDataChange Method (Guid, Object^)

 

Notifies the client of changes to the user data.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

void OnUserDataChange(
	[InAttribute] Guid% riidKey,
	Object^ vtNewValue
)

Parameters

riidKey
Type: System::Guid

[in] Unique identifier of the data that has changed.

vtNewValue
Type: System::Object^

[in] New value. If a client wants to hold on to the value, they must make a copy of this variant.

From textmgr.idl:

HRESULT IVsUserDataEvents::OnUserDataChange(
   [in] REFGUID riidKey,
   [in] VARIANT vtNewValue
);
Return to top
Show: