PagePropertyModel 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
PagePropertyModel(PagePropertyModel) |
從指定的 PagePropertyModel 建立 的新實例 PagePropertyModel 。 |
PagePropertyModel(PropertyInfo, IReadOnlyList<Object>) |
建立 PagePropertyModel 的新執行個體。 |
PagePropertyModel(PagePropertyModel)
從指定的 PagePropertyModel 建立 的新實例 PagePropertyModel 。
public:
PagePropertyModel(Microsoft::AspNetCore::Mvc::ApplicationModels::PagePropertyModel ^ other);
public PagePropertyModel (Microsoft.AspNetCore.Mvc.ApplicationModels.PagePropertyModel other);
new Microsoft.AspNetCore.Mvc.ApplicationModels.PagePropertyModel : Microsoft.AspNetCore.Mvc.ApplicationModels.PagePropertyModel -> Microsoft.AspNetCore.Mvc.ApplicationModels.PagePropertyModel
Public Sub New (other As PagePropertyModel)
參數
- other
- PagePropertyModel
PagePropertyModel需要複製的 。
適用於
PagePropertyModel(PropertyInfo, IReadOnlyList<Object>)
建立 PagePropertyModel 的新執行個體。
public:
PagePropertyModel(System::Reflection::PropertyInfo ^ propertyInfo, System::Collections::Generic::IReadOnlyList<System::Object ^> ^ attributes);
public PagePropertyModel (System.Reflection.PropertyInfo propertyInfo, System.Collections.Generic.IReadOnlyList<object> attributes);
new Microsoft.AspNetCore.Mvc.ApplicationModels.PagePropertyModel : System.Reflection.PropertyInfo * System.Collections.Generic.IReadOnlyList<obj> -> Microsoft.AspNetCore.Mvc.ApplicationModels.PagePropertyModel
Public Sub New (propertyInfo As PropertyInfo, attributes As IReadOnlyList(Of Object))
參數
- propertyInfo
- PropertyInfo
PropertyInfo基礎屬性的 。
- attributes
- IReadOnlyList<Object>
屬性上標注的任何屬性。