XmlAttributeEventArgs.ExpectedAttributes 屬性

定義

取得應該在 XML 文件執行個體中之 XML 屬性名稱的逗號分隔清單。

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

屬性值

XML 屬性名稱的逗號分隔清單。 每個名稱都使用下列格式:namespace:name

適用於