Udostępnij za pośrednictwem


XmlDecryptionTransform.IsTargetElement(XmlElement, String) Metoda

Definicja

Określa, czy atrybut XmlElement ID obiektu jest zgodny z określoną wartością.

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

XmlElement Obiekt z atrybutem ID do porównania z idValue.

idValue
String

Wartość, która ma być porównywana z atrybutem ID .inputElement

Zwraca

true jeśli atrybut ID parametru inputElement jest zgodny z parametrem idValue ; falsew przeciwnym razie .

Dotyczy