共用方式為


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)

屬性值

Collection<XElement>

XML 延伸模組。

適用於