Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected ReadOnly Property SolutionBuildManager2 As IVsSolutionBuildManager2
'使用
Dim value As IVsSolutionBuildManager2
value = Me.SolutionBuildManager2
protected IVsSolutionBuildManager2 SolutionBuildManager2 { get; }
protected:
property IVsSolutionBuildManager2^ SolutionBuildManager2 {
IVsSolutionBuildManager2^ get ();
}
protected function get SolutionBuildManager2 () : IVsSolutionBuildManager2
Property Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsSolutionBuildManager2
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
UpdateSolutionEventsListener Class