LightBulbPresenterStyle::NotifyPropertyChanged Method (String^)

Visual Studio 2015
 

Notifies that a property on this object has changed.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

protected:
void NotifyPropertyChanged(
	String^ propertyName
)

Parameters

propertyName
Type: System::String^

The name of the property.

Return to top
Show: