Classe VersionRange
Hierarquia de herança
Object
Microsoft.VisualStudio.ExtensionManager.VersionRange
Namespace: Microsoft.VisualStudio.ExtensionManager
Assembly: Microsoft.VisualStudio.ExtensionManager (em Microsoft.VisualStudio.ExtensionManager.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class VersionRange
[SerializableAttribute]
public class VersionRange
[SerializableAttribute]
public ref class VersionRange
[<SerializableAttribute>]
type VersionRange = class end
public class VersionRange
O tipo VersionRange expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
VersionRange() | ||
VersionRange(Version) | ||
VersionRange(Version, Boolean, Version, Boolean) |
Superior
Propriedades
Nome | Descrição | |
---|---|---|
IsMaximumInclusive | ||
IsMinimumInclusive | ||
Maximum | ||
Minimum |
Superior
Métodos
Nome | Descrição | |
---|---|---|
Contains | ||
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Herdado de Object.) | |
GetHashCode | Serves as the default hash function. (Herdado de Object.) | |
GetType | Gets the Type of the current instance. (Herdado de Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Herdado de Object.) | |
Parse | ||
ToString | (Substitui Object.ToString.) |
Superior
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.