DataPackage Class

Represents the data package.

This API is not CLS-compliant. 

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

Syntax

'Declaration
<ProvideLoadKeyAttribute("Professional", "2.0", "VSTS for Database Professionals",  _
    "Microsoft Corporation", )> _
<GuidAttribute("068E2583-0872-403B-AF4C-6C2A8F2D8C3E")> _
<PackageRegistrationAttribute(UseManagedResourcesOnly := False)> _
<CLSCompliantAttribute(False)> _
<DefaultRegistryRootAttribute("Software\Microsoft\VisualStudio\9.0")> _
<InstalledProductRegistrationAttribute(True, Nothing, Nothing, Nothing)> _
<ProvideMenuResourceAttribute(, )> _
Public NotInheritable Class DataPackage _
    Inherits ProjectPackage _
    Implements IVsInstalledProduct, IVsFontAndColorDefaultsProvider, IOleCommandTarget
'Usage
Dim instance As DataPackage
[ProvideLoadKeyAttribute("Professional", "2.0", "VSTS for Database Professionals", 
    "Microsoft Corporation", )]
[GuidAttribute("068E2583-0872-403B-AF4C-6C2A8F2D8C3E")]
[PackageRegistrationAttribute(UseManagedResourcesOnly = false)]
[CLSCompliantAttribute(false)]
[DefaultRegistryRootAttribute("Software\Microsoft\VisualStudio\9.0")]
[InstalledProductRegistrationAttribute(true, null, null, null)]
[ProvideMenuResourceAttribute(, )]
public sealed class DataPackage : ProjectPackage, 
    IVsInstalledProduct, IVsFontAndColorDefaultsProvider, IOleCommandTarget
[ProvideLoadKeyAttribute(L"Professional", L"2.0", L"VSTS for Database Professionals", 
    L"Microsoft Corporation", )]
[GuidAttribute(L"068E2583-0872-403B-AF4C-6C2A8F2D8C3E")]
[PackageRegistrationAttribute(UseManagedResourcesOnly = false)]
[CLSCompliantAttribute(false)]
[DefaultRegistryRootAttribute(L"Software\Microsoft\VisualStudio\9.0")]
[InstalledProductRegistrationAttribute(true, nullptr, nullptr, nullptr)]
[ProvideMenuResourceAttribute(, )]
public ref class DataPackage sealed : public ProjectPackage, 
    IVsInstalledProduct, IVsFontAndColorDefaultsProvider, IOleCommandTarget
public final class DataPackage extends ProjectPackage implements IVsInstalledProduct, IVsFontAndColorDefaultsProvider, IOleCommandTarget

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Shell.Package
    Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.ProjectPackage
      Microsoft.VisualStudio.Data.Schema.Project.Common.UI.DataPackage

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

DataPackage Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace