ExtensionIdentificationToken Class
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.
Represents unique identification information related to extensions.
[System.Runtime.Serialization.DataContract]
public class ExtensionIdentificationToken : IEquatable<Microsoft.VisualStudio.RpcContracts.Extensibility.ExtensionIdentificationToken>
[<System.Runtime.Serialization.DataContract>]
type ExtensionIdentificationToken = class
interface IEquatable<ExtensionIdentificationToken>
Public Class ExtensionIdentificationToken
Implements IEquatable(Of ExtensionIdentificationToken)
- Inheritance
-
ExtensionIdentificationToken
- Attributes
- Implements
Constructors
ExtensionIdentificationToken(String, String) |
Initializes a new instance of the ExtensionIdentificationToken class. |
Properties
Identifier |
Gets the unique identifier of the extension. |
InstallPath |
Gets the full install path of the extension. |
Methods
Equals(ExtensionIdentificationToken) | Indicates whether the current object is equal to another object of the same type. |
Equals(Object) | |
GetHashCode() | Serves as the default hash function. |