Freigeben über


XmlTokenStream.SetElementExclusion(String, String) Method

Definition

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.

Applies to