Share via


PropertyPageDefinition Class

Provide property page definitions to the extensibility point.

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

Syntax

'Declaration
Public Class PropertyPageDefinition _
    Implements IPropertyPageDefinition
'Usage
Dim instance As PropertyPageDefinition
public class PropertyPageDefinition : IPropertyPageDefinition
public ref class PropertyPageDefinition : IPropertyPageDefinition
public class PropertyPageDefinition implements IPropertyPageDefinition
type PropertyPageDefinition =  
    class
        interface IPropertyPageDefinition
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities.PropertyPageDefinition

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PropertyPageDefinition Members

Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace