Share via


WebPartAdder.Selector constructor

Initializes a new instance of the WebPartAdder.Selector structure.

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

Syntax

'Declaration
Public Sub New ( _
    negated As Boolean, _
    major As String, _
    minor As String _
)
'Usage
Dim negated As Boolean
Dim major As String
Dim minor As String

Dim instance As New WebPartAdder.Selector(negated, _
    major, minor)
public Selector(
    bool negated,
    string major,
    string minor
)

Parameters

See also

Reference

WebPartAdder.Selector structure

WebPartAdder.Selector members

Microsoft.SharePoint.WebPartPages namespace