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

适用于