Transform.Context Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan atau mengatur XmlElement objek yang mewakili konteks dokumen tempat objek saat ini Transform berjalan.
public:
property System::Xml::XmlElement ^ Context { System::Xml::XmlElement ^ get(); void set(System::Xml::XmlElement ^ value); };
public System.Xml.XmlElement? Context { get; set; }
[System.Runtime.InteropServices.ComVisible(false)]
public System.Xml.XmlElement Context { get; set; }
public System.Xml.XmlElement Context { get; set; }
member this.Context : System.Xml.XmlElement with get, set
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.Context : System.Xml.XmlElement with get, set
Public Property Context As XmlElement
Nilai Properti
Objek XmlElement yang mewakili konteks dokumen tempat objek saat ini Transform berjalan.
- Atribut
Keterangan
Saat menandatangani dokumen, Context properti mewakili nilai yang diteruskan ke SignedXml konstruktor. Saat memverifikasi dokumen, Context properti mewakili Signature objek.
Properti Context diatur secara otomatis selama komputasi dan pemeriksaan tanda tangan, tetapi sebelum transformasi dipanggil.