PropertyViewer.PropertyItem Class
Represents the property of each item in the property viewer.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Controls.PropertyViewer.PropertyItem
Microsoft.SqlServer.Management.Controls.ObjectViewer.ObjectPropertyItem
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Class PropertyItem
'Usage
Dim instance As PropertyViewer.PropertyItem
public class PropertyItem
public ref class PropertyItem
type PropertyItem = class end
public class PropertyItem
The PropertyViewer.PropertyItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PropertyViewer.PropertyItem(String) | Initializes a new instance of the PropertyViewer.PropertyItem class with the default properties. | |
PropertyViewer.PropertyItem(String, Int32) | Initializes a new instance of the PropertyViewer.PropertyItem class with the specified name and priority. | |
PropertyViewer.PropertyItem(String, Object) | Initializes a new instance of the PropertyViewer.PropertyItem class with the specified name and value. | |
PropertyViewer.PropertyItem(String, Object, Int32) | Initializes a new instance of the PropertyViewer.PropertyItem class with the specified name, value, and priority. | |
PropertyViewer.PropertyItem(String, String, Object, Int32) | Initializes a new instance of the PropertyViewer.PropertyItem class with the specified name, category, value, and priority. |
Top
Properties
Name | Description | |
---|---|---|
HideName | Gets or sets a value indicating whether it is true or false. | |
Name | Gets the name of the property item. | |
Priority | Gets or sets a value indicating the priority of the property. | |
SortKey | Gets the sort key of the property item. | |
Value | Gets or sets the value of the property item. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
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.