VsctId Class

Definition

A record for the id of a VSCT defined component.

[System.Runtime.Serialization.DataContract]
public sealed class VsctId : IEquatable<Microsoft.VisualStudio.Extensibility.Commands.VsctId>
[<System.Runtime.Serialization.DataContract>]
type VsctId = class
    interface IEquatable<VsctId>
Public NotInheritable Class VsctId
Implements IEquatable(Of VsctId)
Inheritance
VsctId
Attributes
Implements

Constructors

Name Description
VsctId(Guid, UInt32)

Initializes a new instance of the VsctId class.

Properties

Name Description
Guid

Gets the guid of the VSCT defined component.

Id

Gets the id of the VSCT defined component.

Methods

Name Description
<Clone>$()
Equals(Object)
Equals(VsctId)

Indicates whether the current object is equal to another object of the same type.

GetHashCode()

Serves as the default hash function.

ToString()

Operators

Name Description
Equality(VsctId, VsctId)
Inequality(VsctId, VsctId)

Applies to