ResourceType.LoadPropertiesDeclaredOnThisType 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回此資源類型宣告之屬性的清單。
protected:
virtual System::Collections::Generic::IEnumerable<System::Data::Services::Providers::ResourceProperty ^> ^ LoadPropertiesDeclaredOnThisType();
protected virtual System.Collections.Generic.IEnumerable<System.Data.Services.Providers.ResourceProperty> LoadPropertiesDeclaredOnThisType ();
abstract member LoadPropertiesDeclaredOnThisType : unit -> seq<System.Data.Services.Providers.ResourceProperty>
override this.LoadPropertiesDeclaredOnThisType : unit -> seq<System.Data.Services.Providers.ResourceProperty>
Protected Overridable Function LoadPropertiesDeclaredOnThisType () As IEnumerable(Of ResourceProperty)
傳回
在此類型上宣告之屬性的清單。
備註
LoadPropertiesDeclaredOnThisType 方法可讓您延後資源類型屬性的載入。 只有在已存取 LoadPropertiesDeclaredOnThisType 或 Properties 屬性時,才會呼叫此 PropertiesDeclaredOnThisType 方法一次。