다음을 통해 공유


IProjectSnapshot.PropertyPages Property

Definition

Gets a collection of the property pages for the project.

public Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.IPropertyPageSnapshot> PropertyPages { get; }
member this.PropertyPages : Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.IPropertyPageSnapshot>
Public ReadOnly Property PropertyPages As IAsyncQueryable(Of IPropertyPageSnapshot)

Property Value

Applies to