PropertyItem Constructor
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
type As Type, _
category As String, _
description As String _
)
public PropertyItem(
string name,
Type type,
string category,
string description
)
public:
PropertyItem(
String^ name,
Type^ type,
String^ category,
String^ description
)
new :
name:string *
type:Type *
category:string *
description:string -> PropertyItem
public function PropertyItem(
name : String,
type : Type,
category : String,
description : String
)
Parameters
- name
Type: System.String
The name of the property displayed in the property grid.
- type
Type: System.Type
A Type that represents the type of the property.
- category
Type: System.String
The _category under which the property is displayed in the property grid.
- description
Type: System.String
A string that is displayed in the Help area of the property grid.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace