ReadOnlyPropertyItem 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.SchemaCompare.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 ReadOnlyPropertyItem(
string name,
Type type,
string category,
string description
)
public:
ReadOnlyPropertyItem(
String^ name,
Type^ type,
String^ category,
String^ description
)
new :
name:string *
type:Type *
category:string *
description:string -> ReadOnlyPropertyItem
public function ReadOnlyPropertyItem(
name : String,
type : Type,
category : String,
description : String
)
Parameters
- name
Type: System.String
- type
Type: System.Type
- category
Type: System.String
- description
Type: System.String
.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.SchemaCompare.Internal Namespace