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
- 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.
See Also
Reference
IDatabaseProjectPropertyPageContributor Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace