Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Microsoft.VisualStudio.Data.Schema.Project.Project.MPF namespace provides interfaces and classes to support the Project feature. It supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Classes
Class | Description | |
---|---|---|
![]() |
AfterProjectFileOpenedEventArgs | Holds event data. |
![]() |
AutomationBrowsableAttribute | Used in the property editor. |
![]() |
BeforeProjectFileClosedEventArgs | Holds event data. |
![]() |
DesignPropertyDescriptor | Allows you to customize the display name of the property in the property grid. |
![]() |
EnumDependencies | Enumerates a set of dependencies. |
![]() |
FileNodeProperties | Used in the property editor. |
![]() |
FolderNodeProperties | Used in the property editor. |
![]() |
LocalizableProperties | Supplies custom type information about localizable properties for an object. |
![]() |
NestedProjectBuildDependency | Describes a build dependency to a nested project. |
![]() |
NodeProperties | To create your own localizable node properties, inherit from NodeProperties, and add public properties decorated with your own localized display name, category, and description attributes. |
![]() |
ProjectConfig | Holds project-specific configuration data. |
![]() |
ProjectConfigProperties | Represents the configuration-dependent project properties. |
![]() |
ProjectDocumentsListener | Represents a project documents listener. |
![]() |
ProjectNodeProperties | Defines the properties of the project node. |
![]() |
ProjectPackage | The base class for project packages. Handles solution listeners. |
![]() |
ProjectReferencesProperties | Represents the properties specific to project reference nodes. |
![]() |
PropertiesEditorLauncher | Enables launching the project properties editor from the Properties browser. |
![]() |
PropertyPageTypeConverterAttribute | Represents the attribute describing how to convert property values on property pages in a package. |
![]() |
ReferenceNodeProperties | Defines the properties specific to reference nodes. |
![]() |
SelectionListener | Represents the selection listener. |
![]() |
SingleFileGeneratorFactory | Represents the single file generator factory. |
![]() |
SingleFileGeneratorNodeProperties | Represents file generator node properties. |
![]() |
SolutionListener | Listens to different modifications to the solution. |
![]() |
SolutionListenerForProjectOpen | Monitors open project events. |
Interfaces
Interface | Description | |
---|---|---|
![]() |
IProjectConfigProperties | Defines the configuration-dependent project properties. |
![]() |
IProjectEvents | Specifies events associated with projects. |
![]() |
IProjectEventsListener | Specifies whether an object receives project events. |
![]() |
IProjectEventsProvider | Enables getting and setting the project events provider. |
![]() |
ISingleFileGenerator | Defines support for the single file generator. |