Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the DescriptionResourceAttribute class by using the specified description key, type, and resources name.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Public Sub New ( _
descriptionKey As String, _
type As Type, _
resourceName As String _
)
public DescriptionResourceAttribute(
string descriptionKey,
Type type,
string resourceName
)
public:
DescriptionResourceAttribute(
String^ descriptionKey,
Type^ type,
String^ resourceName
)
new :
descriptionKey:string *
type:Type *
resourceName:string -> DescriptionResourceAttribute
public function DescriptionResourceAttribute(
descriptionKey : String,
type : Type,
resourceName : String
)
Parameters
- descriptionKey
Type: System.String
The key of the description resource entry in the specified resource.
- type
Type: System.Type
The type that identifies the assembly that contains the resource.
- resourceName
Type: System.String
The root name of the resource.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | type is nulla null reference (Nothing in Visual Basic), or descriptionKey or resourceName is nulla null reference (Nothing in Visual Basic) or the empty string (""). |
.NET Framework Security
- 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
DescriptionResourceAttribute Class