View.SetNonControlledTemplateParameterIds
Method
Description:
Sets the parameters that will not be included when this view is used as a template.
Sets the parameters that will not be included when this view is used as a template.
Remarks:
This should be a subset of the parameters returned by GetTemplateParameterIds() (other parameters will be ignored).
This should be a subset of the parameters returned by GetTemplateParameterIds() (other parameters will be ignored).
Parameters
| Parameter | Type | Description |
|---|---|---|
| newSet | ICollection | The parameter ids that should not be marked to be included. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |