IVsBuildManagerAccessor Interface

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

Syntax

‘선언
<GuidAttribute("C580A81B-9FFC-41EB-B8D7-5DCAD29601B7")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsBuildManagerAccessor
‘사용 방법
Dim instance As IVsBuildManagerAccessor
[GuidAttribute("C580A81B-9FFC-41EB-B8D7-5DCAD29601B7")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsBuildManagerAccessor
[GuidAttribute(L"C580A81B-9FFC-41EB-B8D7-5DCAD29601B7")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsBuildManagerAccessor
[<GuidAttribute("C580A81B-9FFC-41EB-B8D7-5DCAD29601B7")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsBuildManagerAccessor =  interface end
public interface IVsBuildManagerAccessor

See Also

Reference

IVsBuildManagerAccessor Members

Microsoft.VisualStudio.Shell.Interop Namespace