OAVSProject.BuildManager Property

Gets the automation version of the BuildManager for this project.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public ReadOnly Property BuildManager As BuildManager
'使用
Dim instance As OAVSProject
Dim value As BuildManager

value = instance.BuildManager
public BuildManager BuildManager { get; }
public:
virtual property BuildManager^ BuildManager {
    BuildManager^ get () sealed;
}
public final function get BuildManager () : BuildManager

Property Value

Type: VSLangProj.BuildManager

OABuildManager.

Implements

VSProject.BuildManager

Permissions

See Also

Reference

OAVSProject Class

OAVSProject Members

Microsoft.VisualStudio.Package.Automation Namespace