Share via


AddEntry Method (Type, String, String, String)

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Sub AddEntry ( _
    propertyType As Type, _
    localizedName As String, _
    localizedDesc As String, _
    localizedCategory As String _
)
'Usage
Dim instance As PropertyGroupWithEvents
Dim propertyType As Type
Dim localizedName As String
Dim localizedDesc As String
Dim localizedCategory As String

instance.AddEntry(propertyType, localizedName, _
    localizedDesc, localizedCategory)
public void AddEntry(
    Type propertyType,
    string localizedName,
    string localizedDesc,
    string localizedCategory
)
public:
void AddEntry(
    Type^ propertyType, 
    String^ localizedName, 
    String^ localizedDesc, 
    String^ localizedCategory
)
member AddEntry : 
        propertyType:Type * 
        localizedName:string * 
        localizedDesc:string * 
        localizedCategory:string -> unit 
public function AddEntry(
    propertyType : Type, 
    localizedName : String, 
    localizedDesc : String, 
    localizedCategory : String
)

Parameters

See Also

Reference

PropertyGroupWithEvents Class

AddEntry Overload

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace