IPropertyPageContributor.PropertyPages Property

Gets a list of property pages provided by this contributor.

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

Syntax

'Declaration
ReadOnly Property PropertyPages As IEnumerable(Of IPropertyPageDefinition)
    Get
'Usage
Dim instance As IPropertyPageContributor
Dim value As IEnumerable(Of IPropertyPageDefinition)

value = instance.PropertyPages
IEnumerable<IPropertyPageDefinition> PropertyPages { get; }
property IEnumerable<IPropertyPageDefinition^>^ PropertyPages {
    IEnumerable<IPropertyPageDefinition^>^ get ();
}
function get PropertyPages () : IEnumerable<IPropertyPageDefinition>
abstract PropertyPages : IEnumerable<IPropertyPageDefinition>

Property Value

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

.NET Framework Security

See Also

Reference

IPropertyPageContributor Interface

IPropertyPageContributor Members

Microsoft.VisualStudio.Data.Schema.Project.Project.Features Namespace