共用方式為


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

VsctId(Guid, UInt32)

Initializes a new instance of the VsctId class.

Properties

Guid

Gets the guid of the VSCT defined component.

Id

Gets the id of the VSCT defined component.

Methods

<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

Equality(VsctId, VsctId)
Inequality(VsctId, VsctId)

Applies to