XmlAttributeEventArgs.ExpectedAttributes Proprietà

Definizione

Ottiene un elenco delimitato da virgole di nomi di attributi XML previsti in un'istanza di un documento XML.

public:
 property System::String ^ ExpectedAttributes { System::String ^ get(); };
public string ExpectedAttributes { get; }
member this.ExpectedAttributes : string
Public ReadOnly Property ExpectedAttributes As String

Valore della proprietà

String

Elenco delimitato da virgole di nomi di attributi XML. Ciascun nome è nel seguente formato: namespace:name.

Si applica a