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