FUNCFLAGS 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Use System.Runtime.InteropServices.ComTypes.FUNCFLAGS instead. http://go.microsoft.com/fwlink/?linkid=14202
請改用 FUNCFLAGS。
此列舉支援其成員值的位元組合。
public enum class FUNCFLAGS
[System.Flags]
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum FUNCFLAGS
[System.Flags]
[System.Serializable]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.FUNCFLAGS instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public enum FUNCFLAGS
[<System.Flags>]
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type FUNCFLAGS =
[<System.Flags>]
[<System.Serializable>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.FUNCFLAGS instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type FUNCFLAGS =
Public Enum FUNCFLAGS
- 繼承
- 屬性
欄位
FUNCFLAG_FBINDABLE | 4 | 支援資料繫結的函式。 |
FUNCFLAG_FDEFAULTBIND | 32 | 最能表示物件的函式。 在型別資訊中只能有一個函式具有這個屬性 (Attribute)。 |
FUNCFLAG_FDEFAULTCOLLELEM | 256 | 允許最佳化,其中編譯器會在「abc」型別上尋找名為「xyz」的成員。 如果找到這樣的成員,而且是標示為預設集合的項目的存取子 (Accessor) 函式,就會產生對該成員函式的呼叫。 在分配介面和介面中的成員受允許;模組上則不受允許。 |
FUNCFLAG_FDISPLAYBIND | 16 | 對使用者顯示為可繫結的函式。 FUNCFLAG_FBINDABLE 也必須設定。 |
64 | 雖然函式存在而且可繫結,但是不應該向使用者顯示。 |
|
FUNCFLAG_FIMMEDIATEBIND | 4096 | 對應為可繫結的個別屬性。 |
FUNCFLAG_FNONBROWSABLE | 1024 | 屬性出現在物件瀏覽器中,但不會在屬性瀏覽器中。 |
FUNCFLAG_FREPLACEABLE | 2048 | 將介面標記 (Tag) 為具有預設行為。 |
FUNCFLAG_FREQUESTEDIT | 8 | 設定之後,任何對設定該屬性之方法的呼叫將會首先呼叫 |
FUNCFLAG_FRESTRICTED | 1 | 函式不應該可以自巨集語言存取。 旗標是供系統層級的函式或型別瀏覽器不應顯示的函式使用。 |
FUNCFLAG_FSOURCE | 2 | 函式會傳回是事件來源的物件。 |
FUNCFLAG_FUIDEFAULT | 512 | 型別資訊成員是顯示在使用者介面中的預設成員。 |
FUNCFLAG_FUSESGETLASTERROR | 128 | 函式支援 |
備註
如需 的詳細資訊 FUNCFLAGS
,請參閱 MSDN 連結庫。