PropertyInfo.GetModifiedPropertyType 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個屬性物件的修改類型。
public:
virtual Type ^ GetModifiedPropertyType();
public virtual Type GetModifiedPropertyType ();
abstract member GetModifiedPropertyType : unit -> Type
override this.GetModifiedPropertyType : unit -> Type
Public Overridable Function GetModifiedPropertyType () As Type
傳回
已修改的類型。
備註
已修改的類型支援 GetOptionalCustomModifiers , GetRequiredCustomModifiersGetFunctionPointerCallingConventions 以及用來從函式指標取得自訂修飾詞。
若要從修改的類型取得一般、未修改的類型,請使用 UnderlyingSystemType 。
這個方法提供給 Managed 編譯器的設計工具。 如需自訂修飾詞的詳細資訊,請參閱 命名空間中的 System.Runtime.CompilerServices 類別。 另請參閱 Common Language Infrastructure (CLI) 檔中的分割區 II 中的中繼資料規格。