Sdílet prostřednictvím


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 objektem idValue.

idValue
String

Hodnota, která se má porovnat s atributem ID objektu inputElement.

Návraty

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

Platí pro