Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
<CLSCompliantAttribute(False)> _
Public Structure ShapeIdentifier _
Implements IComparable, IComparable(Of ShapeIdentifier), _
IEquatable(Of ShapeIdentifier)
'Usage
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.