XamlWriter.WriteStartObject(XamlType) 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.
En cas d'implémentation dans une classe dérivée, écrit la représentation d'un nœud objet de début.
public:
abstract void WriteStartObject(System::Xaml::XamlType ^ type);
public abstract void WriteStartObject (System.Xaml.XamlType type);
abstract member WriteStartObject : System.Xaml.XamlType -> unit
Public MustOverride Sub WriteStartObject (type As XamlType)
Paramètres
- type
- XamlType
Type XAML de l'objet à écrire.