Share via


IDatabaseProjectPropertyPageContributor.PropertyPages Property

Gets a list of property pages that are provided by this contributor.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
ReadOnly Property PropertyPages As IEnumerable(Of IDatabaseProjectPropertyPageDefinition)
IEnumerable<IDatabaseProjectPropertyPageDefinition> PropertyPages { get; }
property IEnumerable<IDatabaseProjectPropertyPageDefinition^>^ PropertyPages {
    IEnumerable<IDatabaseProjectPropertyPageDefinition^>^ get ();
}
abstract PropertyPages : IEnumerable<IDatabaseProjectPropertyPageDefinition>
function get PropertyPages () : IEnumerable<IDatabaseProjectPropertyPageDefinition>

Property Value

Type: System.Collections.Generic.IEnumerable<IDatabaseProjectPropertyPageDefinition>

.NET Framework Security

See Also

Reference

IDatabaseProjectPropertyPageContributor Interface

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace