ObservableObject::SetProperty Method (IntPtr, IntPtr, String^)

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

protected:
bool SetProperty(
	IntPtr% field,
	IntPtr newValue,
	String^ propertyName = null
)

Parameters

field
Type: System::IntPtr

newValue
Type: System::IntPtr

propertyName
Type: System::String^

Return Value

Type: System::Boolean

Return to top
Show: