Delen via


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

.NET Framework Security

See Also

Reference

ReadOnlyPropertyItem Class

Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare.Internal Namespace