共用方式為


RazorCompiledItem.Metadata 屬性

定義

取得與專案相關聯的任意元資料集合。

public:
 abstract property System::Collections::Generic::IReadOnlyList<System::Object ^> ^ Metadata { System::Collections::Generic::IReadOnlyList<System::Object ^> ^ get(); };
public abstract System.Collections.Generic.IReadOnlyList<object> Metadata { get; }
member this.Metadata : System.Collections.Generic.IReadOnlyList<obj>
Public MustOverride ReadOnly Property Metadata As IReadOnlyList(Of Object)

屬性值

備註

對於使用 預設實 RazorCompiledItemLoader 作載入的專案,元資料集合會傳回 上 Type 定義的所有屬性。

適用於