DatabaseProjectNodeProperties Class
This class and its members are reserved for internal use and are not intended to be used in your code. This class is used to provide project node properties.
This API is not CLS-compliant.
Inheritance Hierarchy
System..::..Object
Microsoft.VisualStudio.Data.Tools.Package.Project.Internal..::..LocalizableProperties
Microsoft.VisualStudio.Data.Tools.Package.Project.Internal..::..NodeProperties
Microsoft.VisualStudio.Data.Tools.Package.Project.Internal..::..DatabaseProjectNodeProperties
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
<GuidAttribute("00BF1E67-57CE-4BB4-894E-15717A33E49F")> _
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class DatabaseProjectNodeProperties _
Inherits NodeProperties
'Usage
Dim instance As DatabaseProjectNodeProperties
[GuidAttribute("00BF1E67-57CE-4BB4-894E-15717A33E49F")]
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public sealed class DatabaseProjectNodeProperties : NodeProperties
[GuidAttribute(L"00BF1E67-57CE-4BB4-894E-15717A33E49F")]
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class DatabaseProjectNodeProperties sealed : public NodeProperties
[<SealedAttribute>]
[<GuidAttribute("00BF1E67-57CE-4BB4-894E-15717A33E49F")>]
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type DatabaseProjectNodeProperties =
class
inherit NodeProperties
end
public final class DatabaseProjectNodeProperties extends NodeProperties
The DatabaseProjectNodeProperties type exposes the following members.
Properties
Name | Description | |
---|---|---|
AssemblyCompany | Gets or sets {insert text here}. | |
AssemblyCopyright | Gets or sets {insert text here}. | |
AssemblyDescription | Gets or sets {insert text here}. | |
AssemblyFileVersion | Gets or sets {insert text here}. | |
AssemblyGuid | Gets or sets {insert text here}. | |
AssemblyOriginatorKeyFile | The AssemblyOriginator key file for this project | |
AssemblyProduct | Gets or sets {insert text here}. | |
AssemblyTitle | Gets or sets {insert text here}. | |
AssemblyTrademark | Gets or sets {insert text here}. | |
AssemblyVersion | Gets or sets {insert text here}. | |
ComVisible | Gets or sets {insert text here}. | |
DefaultNamespace | This is provided to allow DTE access to the DefaultNamespace property. This is requiered by the defactoring engine since it relies on this particular one. | |
DelaySign | The Delay Sign for this project | |
ExtenderCATID | TSDATA : \\cpvsbuild\drops\orcas\main\raw\20402.00\sources\wizard\vsdesigner\designer\microsoft\VisualStudio\Editors\PropertyPages\AutomationExtenderManager.cs reflexively looks for an ExtenderCATID get property. MPF originally wrote this routine as a method, so we need to override otherwise the property pages cannot use extenders for the property objects when looking for property set/get methods. (Inherited from NodeProperties.) | |
FileName | Gets or sets {insert text here}. | |
FullPath | Gets {insert text here}. | |
LocalPath | This is provided to allow DTE access to the LocalPath property. This is requiered by the defactoring engine since it relies on this particular one. | |
Name | Used by Property Pages Frame to set it's title bar. The Caption of the Hierarchy Node is returned. (Inherited from NodeProperties.) | |
NeutralResourcesLanguage | Gets or sets {insert text here}. | |
ProjectFile | Gets or sets {insert text here}. | |
ProjectFolder | Gets {insert text here}. | |
ReferencePath | The Reference paths for this project | |
SignAssembly | The Sign Assembly for this project | |
TargetFramework | Gets {insert text here}. | |
TargetFrameworkMoniker | Gets or sets {insert text here}. |
Top
Methods
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IInternalExtenderProviderCanExtend | (Inherited from NodeProperties.) | |
IInternalExtenderProviderGetExtender | (Inherited from NodeProperties.) | |
IInternalExtenderProviderGetExtenderNames | (Inherited from NodeProperties.) |
Top
Remarks
This is public because it is used in the property editor.
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.Tools.Package.Project.Internal Namespace