ObservableObject::SetProperty<T> Method (T, T, Action^, String^)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
protected: generic<typename T> bool SetProperty( T% field, T newValue, Action^ beforeNotifyAction, String^ propertyName = null )
Parameters
- field
- Type: T
- newValue
- Type: T
- beforeNotifyAction
- Type: System::Action^
- propertyName
- Type: System::String^
Return Value
Type: System::BooleanType Parameters
- T
Show: