XmlTokenStream.SetElementExclusion(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the name and namespace of which element to exclude. Normally this is the <Signature> element.
public void SetElementExclusion (string element, string namespace);
member this.SetElementExclusion : string * string -> unit
Public Sub SetElementExclusion (element As String, namespace As String)
Parameters
- element
- String
the name of the Element to exclude.
- namespace
- String
the namespace of the Element to exclude.
Exceptions
if element
is null or empty.