SVsBuildManagerAccessor Interface

The service with which to get the IVsBuildManagerAccessor.

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

Syntax

'Declaration
<GuidAttribute("9A9569D2-2F7E-4AF6-9E40-630F86D3F3F9")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface SVsBuildManagerAccessor
[GuidAttribute("9A9569D2-2F7E-4AF6-9E40-630F86D3F3F9")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface SVsBuildManagerAccessor
[GuidAttribute(L"9A9569D2-2F7E-4AF6-9E40-630F86D3F3F9")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class SVsBuildManagerAccessor
[<GuidAttribute("9A9569D2-2F7E-4AF6-9E40-630F86D3F3F9")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type SVsBuildManagerAccessor =  interface end
public interface SVsBuildManagerAccessor

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace