LicenseUsageMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies when the License can be used.
public enum class LicenseUsageMode
public enum LicenseUsageMode
type LicenseUsageMode =
Public Enum LicenseUsageMode
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Runtime | 0 | Used during runtime. |
Designtime | 1 | Used during design time by a visual designer or the compiler. |
Remarks
The LicenseManager and the LicenseContext classes use this enumeration. It is used to set a component's CurrentContext. See the LicenseManager class for details.
For more information on licensing, see How to: License Components and Controls.
Applies to
See also
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.