ShapeIdentifier Structure

A {GUID:DWORD} pair

This API is not CLS-compliant. 

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
<CLSCompliantAttribute(False)> _
Public Structure ShapeIdentifier _
    Implements IComparable, IComparable(Of ShapeIdentifier),  _
    IEquatable(Of ShapeIdentifier)
‘사용 방법
Dim instance As ShapeIdentifier
[CLSCompliantAttribute(false)]
public struct ShapeIdentifier : IComparable, 
    IComparable<ShapeIdentifier>, IEquatable<ShapeIdentifier>
[CLSCompliantAttribute(false)]
public value class ShapeIdentifier : IComparable, 
    IComparable<ShapeIdentifier>, IEquatable<ShapeIdentifier>
[<SealedAttribute>]
[<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.

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

ShapeIdentifier Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace