ShapeIdentifier Structure

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Microsoft internal use only.

This API is not CLS-compliant. 

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assemblies:   Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Structure ShapeIdentifier _
    Implements IComparable, IComparable(Of ShapeIdentifier),  _
    IEquatable(Of ShapeIdentifier)
[CLSCompliantAttribute(false)]
public struct ShapeIdentifier : IComparable, 
    IComparable<ShapeIdentifier>, IEquatable<ShapeIdentifier>
[CLSCompliantAttribute(false)]
public value class ShapeIdentifier : IComparable, 
    IComparable<ShapeIdentifier>, IEquatable<ShapeIdentifier>
[<Sealed>]
[<CLSCompliantAttribute(false)>]
type ShapeIdentifier =  
    struct 
        interface IComparable 
        interface IComparable<ShapeIdentifier>
        interface IEquatable<ShapeIdentifier>
    end
JScript supports the use of structures, but not the declaration of new ones.

The ShapeIdentifier type exposes the following members.

Constructors

  Name Description
Public method ShapeIdentifier(IVsUIDataSource) Microsoft internal use only.
Public method ShapeIdentifier(Guid, UInt32) Microsoft internal use only.

Top

Methods

  Name Description
Public method CompareTo(Object) Microsoft internal use only.
Public method CompareTo(ShapeIdentifier) Microsoft internal use only.
Public method Equals(Object) Microsoft internal use only. (Overrides ValueType.Equals(Object).)
Public method Equals(ShapeIdentifier) Microsoft internal use only.
Public method GetHashCode Microsoft internal use only. (Overrides ValueType.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType.)

Top

Operators

  Name Description
Public operatorStatic member Equality Microsoft internal use only.
Public operatorStatic member GreaterThan Microsoft internal use only.
Public operatorStatic member Inequality Microsoft internal use only.
Public operatorStatic member LessThan Microsoft internal use only.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEquatable<ShapeIdentifier>.Equals Microsoft internal use only.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Internal.VisualStudio.PlatformUI Namespace