Compartilhar via


Construtor ReadOnlyPropertyItem

Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
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
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

ReadOnlyPropertyItem Classe

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