CSProjectInfo.ProjectDependencies Property

Definition

Gets a list of project dependencies.

public:
 property System::Collections::Generic::IReadOnlyCollection<Microsoft::MixedReality::Toolkit::MSBuild::CSProjectDependency<Microsoft::MixedReality::Toolkit::MSBuild::CSProjectInfo ^> ^> ^ ProjectDependencies { System::Collections::Generic::IReadOnlyCollection<Microsoft::MixedReality::Toolkit::MSBuild::CSProjectDependency<Microsoft::MixedReality::Toolkit::MSBuild::CSProjectInfo ^> ^> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<Microsoft.MixedReality.Toolkit.MSBuild.CSProjectDependency<Microsoft.MixedReality.Toolkit.MSBuild.CSProjectInfo>> ProjectDependencies { get; }
member this.ProjectDependencies : System.Collections.Generic.IReadOnlyCollection<Microsoft.MixedReality.Toolkit.MSBuild.CSProjectDependency<Microsoft.MixedReality.Toolkit.MSBuild.CSProjectInfo>>
Public ReadOnly Property ProjectDependencies As IReadOnlyCollection(Of CSProjectDependency(Of CSProjectInfo))

Property Value

IReadOnlyCollection<CSProjectDependency<CSProjectInfo>>

Applies to