DependencyInstaller.Dependencies Property

Definition

protected:
 virtual property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Web::CodeGeneration::PackageMetadata ^> ^ Dependencies { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Web::CodeGeneration::PackageMetadata ^> ^ get(); };
protected virtual System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Web.CodeGeneration.PackageMetadata> Dependencies { get; }
member this.Dependencies : seq<Microsoft.VisualStudio.Web.CodeGeneration.PackageMetadata>
Protected Overridable ReadOnly Property Dependencies As IEnumerable(Of PackageMetadata)

Property Value

IEnumerable<PackageMetadata>

Applies to