ServiceHubServiceMoniker 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.
A record for a brokered service moniker.
public class ServiceHubServiceMoniker : IEquatable<Microsoft.VisualStudio.Extensibility.ServiceHubServiceMoniker>
type ServiceHubServiceMoniker = class
interface IEquatable<ServiceHubServiceMoniker>
Public Class ServiceHubServiceMoniker
Implements IEquatable(Of ServiceHubServiceMoniker)
- Inheritance
-
ServiceHubServiceMoniker
- Implements
Constructors
ServiceHubServiceMoniker(ServiceHubServiceMoniker) | |
ServiceHubServiceMoniker(String, Version) |
Initializes a new instance of the ServiceHubServiceMoniker class. |
Properties
EqualityContract | |
Name |
Gets the service identifier. |
Version |
Gets the service version. |
Methods
<Clone>$() | |
Equals(Object) | |
Equals(ServiceHubServiceMoniker) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() |
Operators
Equality(ServiceHubServiceMoniker, ServiceHubServiceMoniker) | |
Inequality(ServiceHubServiceMoniker, ServiceHubServiceMoniker) |