VisualDiagnostics.GetXamlSourceInfo(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une instance de XamlSourceInfo qui contient des informations sur le document source XAML pour l'objet spécifié.
public:
static System::Windows::Diagnostics::XamlSourceInfo ^ GetXamlSourceInfo(System::Object ^ obj);
public static System.Windows.Diagnostics.XamlSourceInfo GetXamlSourceInfo (object obj);
static member GetXamlSourceInfo : obj -> System.Windows.Diagnostics.XamlSourceInfo
Public Shared Function GetXamlSourceInfo (obj As Object) As XamlSourceInfo
Paramètres
- obj
- Object
Objet pour lequel rechercher la source XAML.
Retours
Informations éventuellement disponibles sur le document source XAML, sinon null
.
Remarques
Les informations sources sont disponibles uniquement pour les assemblys de débogage et uniquement si la variable d’environnement ENABLE_XAML_DIAGNOSTICS_SOURCE_INFO est définie sur n’importe quoi d’autre que 0 ou false
.
Ce membre prend en charge l'infrastructure .NET Framework et n'est pas destiné à être utilisé directement à partir de votre code.