ShapeIdentifier Structure
Microsoft internal use only.
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Structure ShapeIdentifier _
Implements IComparable, IComparable(Of ShapeIdentifier), _
IEquatable(Of ShapeIdentifier)
public struct ShapeIdentifier : IComparable,
IComparable<ShapeIdentifier>, IEquatable<ShapeIdentifier>
public value class ShapeIdentifier : IComparable,
IComparable<ShapeIdentifier>, IEquatable<ShapeIdentifier>
[<Sealed>]
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 | |
---|---|---|
ShapeIdentifier(IVsUIDataSource) | Microsoft internal use only. | |
ShapeIdentifier(Guid, UInt32) | Microsoft internal use only. |
Top
Methods
Name | Description | |
---|---|---|
CompareTo(Object) | Microsoft internal use only. | |
CompareTo(ShapeIdentifier) | Microsoft internal use only. | |
Equals(Object) | Microsoft internal use only. (Overrides ValueType.Equals(Object).) | |
Equals(ShapeIdentifier) | Microsoft internal use only. | |
GetHashCode | Microsoft internal use only. (Overrides ValueType.GetHashCode().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Microsoft internal use only. | |
GreaterThan | Microsoft internal use only. | |
Inequality | Microsoft internal use only. | |
LessThan | Microsoft internal use only. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
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.