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 属性名称的逗号分隔列表。 每个名称的格式如下: namespacename.

适用于