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
Implements
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.