继承层次结构
System.Object
Microsoft.VisualStudio.Services.Licensing.License
Microsoft.VisualStudio.Services.Licensing.MsdnLicense
命名空间: Microsoft.VisualStudio.Services.Licensing
程序集: Microsoft.VisualStudio.Services.WebApi(在 Microsoft.VisualStudio.Services.WebApi.dll 中)
语法
声明
Public NotInheritable Class MsdnLicense _
Inherits License _
Implements IComparable(Of MsdnLicense)
public sealed class MsdnLicense : License,
IComparable<MsdnLicense>
MsdnLicense 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
License | |
![]() |
Source | (继承自 License。) |
页首
方法
名称 | 说明 | |
---|---|---|
![]() ![]() |
Compare | |
![]() |
CompareTo | |
![]() |
Equals(Object) | (继承自 License。) |
![]() |
Equals(License) | (继承自 License。) |
![]() |
GetHashCode | (继承自 License。) |
![]() |
GetType | 获取当前实例的 Type。 (继承自 Object。) |
![]() |
ToString | (继承自 License。) |
页首
运算符
名称 | 说明 | |
---|---|---|
![]() ![]() |
GreaterThan | |
![]() ![]() |
LessThan |
页首
字段
名称 | 说明 | |
---|---|---|
![]() ![]() |
Eligible | |
![]() ![]() |
Platforms | |
![]() ![]() |
Premium | |
![]() ![]() |
Professional | |
![]() ![]() |
TestProfessional | |
![]() ![]() |
Ultimate |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。