IVsProjectAggregator2 Interface
Namespace: Microsoft.VisualStudio.Shell.Flavor
Assemblies: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Syntax
'宣言
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("D6CEA324-8E81-4e0e-91DE-E5D7394A45CE")> _
Public Interface IVsProjectAggregator2
'使用
Dim instance As IVsProjectAggregator2
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("D6CEA324-8E81-4e0e-91DE-E5D7394A45CE")]
public interface IVsProjectAggregator2
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"D6CEA324-8E81-4e0e-91DE-E5D7394A45CE")]
public interface class IVsProjectAggregator2
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("D6CEA324-8E81-4e0e-91DE-E5D7394A45CE")>]
type IVsProjectAggregator2 = interface end
public interface IVsProjectAggregator2