AssemblyContentType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供組件所包含之程式碼類型的相關資訊。
public enum class AssemblyContentType
public enum AssemblyContentType
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum AssemblyContentType
type AssemblyContentType =
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type AssemblyContentType =
Public Enum AssemblyContentType
- 繼承
- 屬性
欄位
Default | 0 | 組件包含 .NET 程式碼。 |
WindowsRuntime | 1 | 組件包含 Windows 執行階段程式碼。 |