DatabaseProjectNodeProperties Members
Include Protected Members
Include Inherited Members
This type is only used internally; you cannot use it directly from your code. Provides project node properties.
The DatabaseProjectNodeProperties type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateDesignPropertyDescriptor | Creates a new DesignPropertyDescriptor using the supplied property descriptor. (Inherited from LocalizableProperties.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Extender | Gets the extender of the specified name. (Inherited from NodeProperties.) | |
ExtenderNames | Gets the names of the extenders. (Inherited from NodeProperties.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetAttributes | Gets a collection of attributes for this component. (Inherited from LocalizableProperties.) | |
GetCfgProvider | Gets the configuration provider for the associated hierarchy node. (Inherited from NodeProperties.) | |
GetClassName | Override. Returns the class name. (Overrides LocalizableProperties.GetClassName().) | |
GetComponentName | Override. Gets the name of the associated hierarchy node. (Inherited from NodeProperties.) | |
GetConverter | Returns a type converter for this object. (Inherited from LocalizableProperties.) | |
GetDefaultEvent | Returns the default event for this object. (Inherited from LocalizableProperties.) | |
GetDefaultProperty | Gets the default property for a component. (Inherited from LocalizableProperties.) | |
GetEditor | Retrieves the editor for this object. (Inherited from LocalizableProperties.) | |
GetEvents | Overloaded. Gets the collection of events. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetPages | Fills in an array of class identifiers (CLSID) of property pages that can be displayed for this object. (Inherited from NodeProperties.) | |
GetProjectDesignerPages | Gets the property pages that are associated with the project designer. (Inherited from NodeProperties.) | |
GetProjectItem | Gets the hierarchy or project item object corresponding to the browse object. (Inherited from NodeProperties.) | |
GetProperties | Overloaded. Gets the collection of properties. | |
GetProperty | Returns the value for a specific property of the node. (Inherited from NodeProperties.) | |
GetPropertyOwner | Returns the browseable object, given a property descriptor. (Inherited from LocalizableProperties.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetProperty | Sets the property on the project hierarchy node. (Inherited from NodeProperties.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
DataSchemaModel | Gets the data schema model. | |
ExtenderCATID | Gets an extender CATID. (Inherited from NodeProperties.) | |
FileName | Gets or sets the file name. | |
FullPath | Gets the full path. | |
Name | Gets the name of the properties page. (Inherited from NodeProperties.) | |
ProjectFile | Gets or sets the project file. | |
ProjectFolder | Gets the project folder. | |
TargetFramework | Gets the target framework. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IInternalExtenderProvider.CanExtend | (Inherited from NodeProperties.) | |
IInternalExtenderProvider.GetExtender | (Inherited from NodeProperties.) | |
IInternalExtenderProvider.GetExtenderNames | (Inherited from NodeProperties.) |
Top
See Also
Reference
DatabaseProjectNodeProperties Class
Microsoft.VisualStudio.Data.Schema.Project.Project.Properties Namespace