XmlDecryptionTransform.IsTargetElement(XmlElement, String) Metoda

Definice

Určuje, zda atribut ID objektu XmlElement odpovídá zadané hodnotě.

protected:
 virtual bool IsTargetElement(System::Xml::XmlElement ^ inputElement, System::String ^ idValue);
protected virtual bool IsTargetElement(System.Xml.XmlElement? inputElement, string idValue);
protected virtual bool IsTargetElement(System.Xml.XmlElement inputElement, string idValue);
abstract member IsTargetElement : System.Xml.XmlElement * string -> bool
override this.IsTargetElement : System.Xml.XmlElement * string -> bool
Protected Overridable Function IsTargetElement (inputElement As XmlElement, idValue As String) As Boolean

Parametry

inputElement
XmlElement

Objekt XmlElement s atributem ID pro porovnání s idValue.

idValue
String

Hodnota, která se má porovnat s atributem inputElementID .

Návraty

true pokud atribut inputElement ID parametru odpovídá parametru idValue ; falsev opačném případě .

Platí pro