Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected ReadOnly Property SolutionBuildManager3 As IVsSolutionBuildManager3
'使用
Dim value As IVsSolutionBuildManager3
value = Me.SolutionBuildManager3
protected IVsSolutionBuildManager3 SolutionBuildManager3 { get; }
protected:
property IVsSolutionBuildManager3^ SolutionBuildManager3 {
IVsSolutionBuildManager3^ get ();
}
protected function get SolutionBuildManager3 () : IVsSolutionBuildManager3
Property Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsSolutionBuildManager3
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