IVsUIDataSourcePropertyChangeEvents::OnPropertyChanged Method (IVsUIDataSource^, String^, IVsUIObject^, IVsUIObject^)
Visual Studio 2015
Handles a change to a property.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
int OnPropertyChanged(
IVsUIDataSource^ pDataSource,
String^ prop,
IVsUIObject^ pVarOld,
IVsUIObject^ pVarNew
)
Parameters
- pDataSource
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsUIDataSource^
[in] The data source for the properties.
- prop
-
Type:
System::String^
[in] The name of the property that changed.
- pVarOld
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsUIObject^
[in] The value of the property before it changed
- pVarNew
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsUIObject^
[in] The value of the property after it changed.
Show: