EndpointDiscoveryBehavior.Extensions 属性
定义
获取与终结点关联的扩展。Gets the extensions associated with the endpoint.
public:
property System::Collections::ObjectModel::Collection<System::Xml::Linq::XElement ^> ^ Extensions { System::Collections::ObjectModel::Collection<System::Xml::Linq::XElement ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Xml.Linq.XElement> Extensions { get; }
member this.Extensions : System.Collections.ObjectModel.Collection<System.Xml.Linq.XElement>
Public ReadOnly Property Extensions As Collection(Of XElement)
属性值
与终结点关联的扩展的集合。A collection of extensions associated with the endpoint.
注解
扩展是您要向终结点添加的任意自定义的 XML 元数据。The extension is any custom XML metadata you want to add to an endpoint.