Gets the project's build dependencies.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable ReadOnly Property BuildDependencies As IVsBuildDependency()
'使用
Dim instance As ProjectNode
Dim value As IVsBuildDependency()
value = instance.BuildDependencies
public virtual IVsBuildDependency[] BuildDependencies { get; }
public:
virtual property array<IVsBuildDependency^>^ BuildDependencies {
array<IVsBuildDependency^>^ get ();
}
public function get BuildDependencies () : IVsBuildDependency[]
Property Value
Type: []
An array of type IVsBuildDependency.
Implements
IBuildDependencyUpdate.BuildDependencies
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.