BuildPropertyPage Class
Defines the properties on the build property page and handles loading and saving the properties.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
<GuidAttribute("9B3DEA40-7F29-4a17-87A4-00EE08E8241E")> _
Public Class BuildPropertyPage _
Inherits SettingsPage
Dim instance As BuildPropertyPage
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
[GuidAttribute("9B3DEA40-7F29-4a17-87A4-00EE08E8241E")]
public class BuildPropertyPage : SettingsPage
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
[GuidAttribute(L"9B3DEA40-7F29-4a17-87A4-00EE08E8241E")]
public ref class BuildPropertyPage : public SettingsPage
public class BuildPropertyPage extends SettingsPage
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Package.LocalizableProperties
Microsoft.VisualStudio.Package.SettingsPage
Microsoft.VisualStudio.Package.BuildPropertyPage
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.