Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public Sub New ( _
resourceType As Type, _
resourceId As String _
)
'使用
Dim resourceType As Type
Dim resourceId As String
Dim instance As New LocalizedDescriptionAttribute(resourceType, _
resourceId)
public LocalizedDescriptionAttribute(
Type resourceType,
string resourceId
)
public:
LocalizedDescriptionAttribute(
Type^ resourceType,
String^ resourceId
)
public function LocalizedDescriptionAttribute(
resourceType : Type,
resourceId : String
)
Parameters
- resourceType
Type: System.Type
- resourceId
Type: System.String
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
LocalizedDescriptionAttribute Class