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)

[CLSCompliantAttribute(false)]
public struct ShapeIdentifier : IComparable, 
	IComparable<ShapeIdentifier>, IEquatable<ShapeIdentifier>

The ShapeIdentifier type exposes the following members.

  NameDescription
Public methodShapeIdentifier(IVsUIDataSource)Microsoft internal use only.
Public methodShapeIdentifier(Guid, UInt32)Microsoft internal use only.
Top

  NameDescription
Public methodCompareTo(Object)Microsoft internal use only.
Public methodCompareTo(ShapeIdentifier)Microsoft internal use only.
Public methodEquals(Object)Microsoft internal use only. (Overrides ValueType.Equals(Object).)
Public methodEquals(ShapeIdentifier)Microsoft internal use only.
Public methodGetHashCodeMicrosoft internal use only. (Overrides ValueType.GetHashCode().)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodToStringReturns the fully qualified type name of this instance. (Inherited from ValueType.)
Top

  NameDescription
Public operatorStatic memberEqualityMicrosoft internal use only.
Public operatorStatic memberGreaterThanMicrosoft internal use only.
Public operatorStatic memberInequalityMicrosoft internal use only.
Public operatorStatic memberLessThanMicrosoft internal use only.
Top

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