GuidId Class

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Design.Core.Controls.TabbedEditor..::..GuidId

Namespace:  Microsoft.VisualStudio.Data.Tools.Design.Core.Controls.TabbedEditor
Assembly:  Microsoft.VisualStudio.Data.Tools.Design.Core (in Microsoft.VisualStudio.Data.Tools.Design.Core.dll)

Syntax

'Declaration
Public NotInheritable Class GuidId
'Usage
Dim instance As GuidId
public sealed class GuidId
public ref class GuidId sealed
[<SealedAttribute>]
type GuidId =  class end
public final class GuidId

The GuidId type exposes the following members.

Constructors

  Name Description
Public method GuidId Initializes a new instance of the GuidId class.

Top

Properties

  Name Description
Public property Guid Gets {insert text here}.
Public property Id Gets {insert text here}.

Top

Methods

  Name Description
Public method Equals (Overrides Object..::..Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Overrides Object..::..GetHashCode() () () ().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Overrides Object..::..ToString() () () ().)

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.VisualStudio.Data.Tools.Design.Core.Controls.TabbedEditor Namespace