Binding.SetXmlNamespaceManager(DependencyObject, XmlNamespaceManager) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets a namespace manager object used by the binding attached to the provided element.
public:
static void SetXmlNamespaceManager(System::Windows::DependencyObject ^ target, System::Xml::XmlNamespaceManager ^ value);
public static void SetXmlNamespaceManager (System.Windows.DependencyObject target, System.Xml.XmlNamespaceManager value);
static member SetXmlNamespaceManager : System.Windows.DependencyObject * System.Xml.XmlNamespaceManager -> unit
Public Shared Sub SetXmlNamespaceManager (target As DependencyObject, value As XmlNamespaceManager)
Parameters
- target
- DependencyObject
The object from which to get namespace information.
- value
- XmlNamespaceManager
The XmlNamespaceManager to use for namespace evaluation in the passed element.
Exceptions
target
is null
.
Remarks
This method supports attached property usage for the XmlNamespaceManager attached property.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.