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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.