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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.