VsMacrosGuids Class

GUIDs to be exposed to managed code.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Shell.Interop.VsMacrosGuids

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

Syntax

'Declaration
Public NotInheritable Class VsMacrosGuids
public static class VsMacrosGuids
public ref class VsMacrosGuids abstract sealed
[<AbstractClass>]
[<Sealed>]
type VsMacrosGuids =  class end
public final class VsMacrosGuids

The VsMacrosGuids type exposes the following members.

Fields

  Name Description
Public fieldStatic member Macro GUID for the macro. {23162FF2-3C3F-11d2-890A-0060083196C6}
Public fieldStatic member MacroProject GUID for the macro project. {23162FF1-3C3F-11d2-890A-0060083196C6}
Public fieldStatic member ModeRecorder GUID for the ModeRecorder. {85A70471-270A-11d2-88F9-0060083196C6}
Public fieldStatic member VsVbaPackage GUID for the Vba package. {A659F1B3-AD34-11d1-ABAD-0080C7B89C95}

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.Shell.Interop Namespace