DatabasePropertyPageControlData Class
Contains information for every property on a project property page.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
PropertyControlData
Microsoft.VisualStudio.Data.Schema.Package.Project.DatabasePropertyPageControlData
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Class DatabasePropertyPageControlData _
Inherits PropertyControlData
[CLSCompliantAttribute(false)]
public class DatabasePropertyPageControlData : PropertyControlData
[CLSCompliantAttribute(false)]
public ref class DatabasePropertyPageControlData : public PropertyControlData
[<CLSCompliantAttribute(false)>]
type DatabasePropertyPageControlData =
class
inherit PropertyControlData
end
public class DatabasePropertyPageControlData extends PropertyControlData
The DatabasePropertyPageControlData type exposes the following members.
Constructors
Top
Properties
Name | Description | |
---|---|---|
AllInitialValues | (Inherited from PropertyControlData.) | |
AllInitialValuesExpanded | (Inherited from PropertyControlData.) | |
CommonPropertiesObject | (Inherited from PropertyControlData.) | |
DispId | (Inherited from PropertyControlData.) | |
ExtendedPropertiesObjects | (Inherited from PropertyControlData.) | |
FormControl | (Inherited from PropertyControlData.) | |
InitialValue | (Inherited from PropertyControlData.) | |
IsCommonProperty | (Inherited from PropertyControlData.) | |
IsConfigurationSpecificProperty | (Inherited from PropertyControlData.) | |
IsDirty | (Inherited from PropertyControlData.) | |
IsHidden | (Inherited from PropertyControlData.) | |
IsIndeterminate | (Inherited from PropertyControlData.) | |
IsMissing | (Inherited from PropertyControlData.) | |
IsReadOnly | (Inherited from PropertyControlData.) | |
IsUserHandledEvents | (Inherited from PropertyControlData.) | |
IsUserPersisted | (Inherited from PropertyControlData.) | |
ObjectsPropertyDescriptorsArray | (Inherited from PropertyControlData.) | |
PropertyName | (Inherited from PropertyControlData.) | |
PropPage | (Inherited from PropertyControlData.) | |
RawPropertiesObjects | (Inherited from PropertyControlData.) |
Top
Methods
Name | Description | |
---|---|---|
AddChangeHandlers | (Inherited from PropertyControlData.) | |
ApplyChanges | (Inherited from PropertyControlData.) | |
ComboBox_SelectionChangeCommitted | (Inherited from PropertyControlData.) | |
EnableAssociatedControl | (Inherited from PropertyControlData.) | |
EnableControls | (Inherited from PropertyControlData.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
FilesToCheckOut | (Inherited from PropertyControlData.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAllPropertyValuesNative | Given a list of extenders, returns the property values for this property against each extender. (Overrides PropertyControlDataGetAllPropertyValuesNative(array<Object[], array<Object[]%, Object%).) | |
GetControlValue | (Inherited from PropertyControlData.) | |
GetControlValueMultipleValues | (Inherited from PropertyControlData.) | |
GetControlValueNative | (Inherited from PropertyControlData.) | |
GetFlags | (Inherited from PropertyControlData.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetPropertyValueNative | (Inherited from PropertyControlData.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUserDefinedPropertyDescriptor | (Inherited from PropertyControlData.) | |
HideOrDisableControls | (Inherited from PropertyControlData.) | |
Initialize | (Inherited from PropertyControlData.) | |
InitPropertyUI | (Inherited from PropertyControlData.) | |
InitPropertyValue | (Inherited from PropertyControlData.) | |
IsSpecialValue | (Inherited from PropertyControlData.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnPropertyChanged | (Inherited from PropertyControlData.) | |
OnPropertyChanging | (Inherited from PropertyControlData.) | |
ReadUserDefinedProperty | (Inherited from PropertyControlData.) | |
RefreshValue | (Inherited from PropertyControlData.) | |
RestoreInitialValue | (Inherited from PropertyControlData.) | |
SetControlValue | (Inherited from PropertyControlData.) | |
SetDirty | (Inherited from PropertyControlData.) | |
SetInitialValues(Object) | (Inherited from PropertyControlData.) | |
SetInitialValues(array<Object[]) | (Inherited from PropertyControlData.) | |
SetInitialValues(Object, array<Object[]) | (Inherited from PropertyControlData.) | |
SetNonCommonPropertyValueCore | Sets the objects of the properties by using the specified value. (Overrides PropertyControlDataSetNonCommonPropertyValueCore(Object).) | |
SetNonCommonPropertyValueMultipleValuesCore | Sets each object by using the provided values. (Overrides PropertyControlDataSetNonCommonPropertyValueMultipleValuesCore(array<Object[], array<Object[]).) | |
SetPropertyValue | (Inherited from PropertyControlData.) | |
SetPropertyValueNative | (Inherited from PropertyControlData.) | |
SetPropertyValueNativeMultipleValues | (Inherited from PropertyControlData.) | |
SupportsMultipleValueUndo | (Inherited from PropertyControlData.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGetPropertyValueNative | (Inherited from PropertyControlData.) | |
WriteUserDefinedProperty | (Inherited from PropertyControlData.) |
Top
Fields
Name | Description | |
---|---|---|
AssociatedControls | (Inherited from PropertyControlData.) | |
DisplayPropertyName | (Inherited from PropertyControlData.) | |
Flags | (Inherited from PropertyControlData.) | |
GetCallback | (Inherited from PropertyControlData.) | |
m_FormControl | (Inherited from PropertyControlData.) | |
m_Initializing | (Inherited from PropertyControlData.) | |
m_isCommitingChange | (Inherited from PropertyControlData.) | |
m_PropPage | (Inherited from PropertyControlData.) | |
MultiValueGetCallback | (Inherited from PropertyControlData.) | |
MultiValueSetCallback | (Inherited from PropertyControlData.) | |
PropDesc | (Inherited from PropertyControlData.) | |
SetCallback | (Inherited from PropertyControlData.) |
Top
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.Package.Project Namespace