DataPackage Class
This type is only used internally; you cannot use it directly from your code. 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
<GuidAttribute("068E2583-0872-403B-AF4C-6C2A8F2D8C3E")> _
<PackageRegistrationAttribute(UseManagedResourcesOnly := False)> _
<CLSCompliantAttribute(False)> _
<DefaultRegistryRootAttribute("Software\Microsoft\VisualStudio\9.0")> _
<InstalledProductRegistrationAttribute(True, Nothing, Nothing, Nothing)> _
<ProvideLoadKeyAttribute("Professional", "2.0", "VSTS for Database Professionals", _
"Microsoft Corporation", )> _
<ProvideMenuResourceAttribute(, )> _
Public NotInheritable Class DataPackage _
Inherits ProjectPackage _
Implements IVsInstalledProduct, IVsMicrosoftInstalledProduct, IVsFontAndColorDefaultsProvider, IOleCommandTarget
'Usage
Dim instance As DataPackage
[GuidAttribute("068E2583-0872-403B-AF4C-6C2A8F2D8C3E")]
[PackageRegistrationAttribute(UseManagedResourcesOnly = false)]
[CLSCompliantAttribute(false)]
[DefaultRegistryRootAttribute("Software\Microsoft\VisualStudio\9.0")]
[InstalledProductRegistrationAttribute(true, null, null, null)]
[ProvideLoadKeyAttribute("Professional", "2.0", "VSTS for Database Professionals",
"Microsoft Corporation", )]
[ProvideMenuResourceAttribute(, )]
public sealed class DataPackage : ProjectPackage,
IVsInstalledProduct, IVsMicrosoftInstalledProduct, IVsFontAndColorDefaultsProvider, IOleCommandTarget
[GuidAttribute(L"068E2583-0872-403B-AF4C-6C2A8F2D8C3E")]
[PackageRegistrationAttribute(UseManagedResourcesOnly = false)]
[CLSCompliantAttribute(false)]
[DefaultRegistryRootAttribute(L"Software\Microsoft\VisualStudio\9.0")]
[InstalledProductRegistrationAttribute(true, nullptr, nullptr, nullptr)]
[ProvideLoadKeyAttribute(L"Professional", L"2.0", L"VSTS for Database Professionals",
L"Microsoft Corporation", )]
[ProvideMenuResourceAttribute(, )]
public ref class DataPackage sealed : public ProjectPackage,
IVsInstalledProduct, IVsMicrosoftInstalledProduct, IVsFontAndColorDefaultsProvider, IOleCommandTarget
public final class DataPackage extends ProjectPackage implements IVsInstalledProduct, IVsMicrosoftInstalledProduct, IVsFontAndColorDefaultsProvider, IOleCommandTarget
[<SealedAttribute>]
[<GuidAttribute("068E2583-0872-403B-AF4C-6C2A8F2D8C3E")>]
[<PackageRegistrationAttribute(UseManagedResourcesOnly = false)>]
[<CLSCompliantAttribute(false)>]
[<DefaultRegistryRootAttribute("Software\Microsoft\VisualStudio\9.0")>]
[<InstalledProductRegistrationAttribute(true, null, null, null)>]
[<ProvideLoadKeyAttribute("Professional", "2.0", "VSTS for Database Professionals",
"Microsoft Corporation", )>]
[<ProvideMenuResourceAttribute(, )>]
type DataPackage =
class
inherit ProjectPackage
interface IVsInstalledProduct
interface IVsMicrosoftInstalledProduct
interface IVsFontAndColorDefaultsProvider
interface IOleCommandTarget
end
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
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace