다음을 통해 공유


SilverlightToolPart.ApplyChanges method

Retrieves the property values from the Silverlight Tool Part and updates the corresponding properties of the Silverlight Web Part accordingly.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides Function ApplyChanges As Boolean
'Usage
Dim instance As SilverlightToolPart
Dim returnValue As Boolean

returnValue = instance.ApplyChanges()
public override bool ApplyChanges()

Return value

Type: System.Boolean
true if the action is successful; otherwise false.

See also

Reference

SilverlightToolPart class

SilverlightToolPart members

Microsoft.SharePoint.WebPartPages namespace