XmlAttributeEventArgs.ExpectedAttributes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得應該在 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
。