DependencyInstaller.StartupContents Property

Definition

protected:
 virtual property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Web::CodeGenerators::Mvc::Dependency::StartupContent ^> ^ StartupContents { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Web::CodeGenerators::Mvc::Dependency::StartupContent ^> ^ get(); };
protected virtual System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Dependency.StartupContent> StartupContents { get; }
member this.StartupContents : seq<Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Dependency.StartupContent>
Protected Overridable ReadOnly Property StartupContents As IEnumerable(Of StartupContent)

Property Value

IEnumerable<StartupContent>

Applies to