SqlWorkbenchHierarchy.OnPropertyChanged Method

Definition

public:
 virtual void OnPropertyChanged(Microsoft::SqlServer::Management::UI::VSIntegration::ISqlToolsHierNode ^ pNode, Microsoft::VisualStudio::Shell::Interop::__VSHPROPID propid, int flags);
public void OnPropertyChanged(Microsoft.SqlServer.Management.UI.VSIntegration.ISqlToolsHierNode pNode, Microsoft.VisualStudio.Shell.Interop.__VSHPROPID propid, int flags);
abstract member OnPropertyChanged : Microsoft.SqlServer.Management.UI.VSIntegration.ISqlToolsHierNode * Microsoft.VisualStudio.Shell.Interop.__VSHPROPID * int -> unit
override this.OnPropertyChanged : Microsoft.SqlServer.Management.UI.VSIntegration.ISqlToolsHierNode * Microsoft.VisualStudio.Shell.Interop.__VSHPROPID * int -> unit
Public Sub OnPropertyChanged (pNode As ISqlToolsHierNode, propid As __VSHPROPID, flags As Integer)

Parameters

propid
__VSHPROPID
flags
Int32

Implements

Applies to