IVsUserDataEvents::OnUserDataChange Method (Guid, Object^)
Visual Studio 2015
Notifies the client of changes to the user data.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
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 );
Show: