LicenseUsageMode 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定何時可以使用 License。
public enum class LicenseUsageMode
public enum LicenseUsageMode
type LicenseUsageMode =
Public Enum LicenseUsageMode
- 繼承
欄位
Designtime | 1 | 在設計階段中由視覺化設計工具或編譯器所使用。 |
Runtime | 0 | 在執行階段期間使用。 |
備註
LicenseManager和類別會LicenseContext使用此列舉。 它用來設定元件的 CurrentContext。 如需詳細資訊,請參閱 類別 LicenseManager 。
如需授權的詳細資訊,請參閱 如何:授權元件和控件。