FindCriteria.Extensions 属性

定义

获取 FindCriteria 实例中的扩展的集合。

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)

属性值

XML 扩展。

适用于