Share via


ServiceDocument.AttributeExtensions Eigenschaft

Definition

Ruft eine Auflistung mit Attributerweiterungen ab.

public:
 property System::Collections::Generic::Dictionary<System::Xml::XmlQualifiedName ^, System::String ^> ^ AttributeExtensions { System::Collections::Generic::Dictionary<System::Xml::XmlQualifiedName ^, System::String ^> ^ get(); };
public System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName,string> AttributeExtensions { get; }
member this.AttributeExtensions : System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, string>
Public ReadOnly Property AttributeExtensions As Dictionary(Of XmlQualifiedName, String)

Eigenschaftswert

Dictionary<XmlQualifiedName,String>

Eine Auflistung von Attributerweiterungen.

Gilt für