XmlElementEventArgs.ExpectedElements 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取逗号分隔的 XML 元素名称列表,这些名称应在 XML 文档实例内。
public:
property System::String ^ ExpectedElements { System::String ^ get(); };
public string ExpectedElements { get; }
member this.ExpectedElements : string
Public ReadOnly Property ExpectedElements As String
属性值
以逗号分隔的 XML 元素名称的列表。 每个名称的格式为:namespace
:name
。