SPProviderSchema.AddSchemaElement Method
Adds a SPSchemaElement object that represents a new field.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub AddSchemaElement ( _
element As SPSchemaElement _
)
'Usage
Dim instance As SPProviderSchema
Dim element As SPSchemaElement
instance.AddSchemaElement(element)
public void AddSchemaElement(
SPSchemaElement element
)
Parameters
element
Type: Microsoft.SharePoint.WebControls.SPSchemaElementA SPSchemaElement object that represents the field to add to the control.