Share via


LocalizedDescriptionAttribute Constructor

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the LocalizedDescriptionAttribute class by using the provided type and ID.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public Sub New ( _
    resourceType As Type, _
    resourceId As String _
)
public LocalizedDescriptionAttribute(
    Type resourceType,
    string resourceId
)
public:
LocalizedDescriptionAttribute(
    Type^ resourceType, 
    String^ resourceId
)
new : 
        resourceType:Type * 
        resourceId:string -> LocalizedDescriptionAttribute
public function LocalizedDescriptionAttribute(
    resourceType : Type, 
    resourceId : String
)

Parameters

  • resourceId
    Type: System.String
    The identifier for the resource that contains the description.

.NET Framework Security

See Also

Reference

LocalizedDescriptionAttribute Class

Microsoft.VisualStudio.TestTools.Common Namespace