AccountLicense 类

继承层次结构

System.Object
  Microsoft.VisualStudio.Services.Licensing.License
    Microsoft.VisualStudio.Services.Licensing.AccountLicense

命名空间:  Microsoft.VisualStudio.Services.Licensing
程序集:  Microsoft.VisualStudio.Services.WebApi(在 Microsoft.VisualStudio.Services.WebApi.dll 中)

语法

声明
Public NotInheritable Class AccountLicense _
    Inherits License _
    Implements IComparable(Of AccountLicense)
public sealed class AccountLicense : License, 
    IComparable<AccountLicense>

AccountLicense 类型公开以下成员。

属性

  名称 说明
公共属性 License
公共属性 Source (继承自 License。)

页首

方法

  名称 说明
公共方法静态成员 Compare
公共方法 CompareTo
公共方法 Equals(Object) (继承自 License。)
公共方法 Equals(License) (继承自 License。)
公共方法 GetHashCode (继承自 License。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 ToString (继承自 License。)

页首

运算符

  名称 说明
公共运算符静态成员 GreaterThan
公共运算符静态成员 LessThan

页首

字段

  名称 说明
公共字段静态成员 Advanced
公共字段静态成员 EarlyAdopter
公共字段静态成员 Express
公共字段静态成员 Professional

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.VisualStudio.Services.Licensing 命名空间