ReadOnlyPropertyItem 构造函数

该类及其成员保留供内部使用,不应在代码中使用。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare.Internal
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
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
)

参数

.NET Framework 安全性

请参见

参考

ReadOnlyPropertyItem 类

Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare.Internal 命名空间