PivotViewerItem.Remove Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Removes all values for the specified PivotViewerProperty.
Namespace: System.Windows.Controls.Pivot
Assembly: System.Windows.Controls.Pivot (in System.Windows.Controls.Pivot.dll)
Syntax
'Declaration
Public Sub Remove ( _
property As PivotViewerProperty _
)
public void Remove(
PivotViewerProperty property
)
Parameters
- property
Type: System.Windows.Controls.Pivot.PivotViewerProperty
The PivotViewerProperty to remove values.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | PivotViewerProperty is nulla null reference (Nothing in Visual Basic). |
ArgumentException | the PivotViewerItem has no values for he specified PivotViewerProperty. |
Version Information
Silverlight
Supported in: 5
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.