Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Sub New ( _
descriptionKey As String, _
type As Type, _
resourceName As String _
)
'使用
Dim descriptionKey As String
Dim type As Type
Dim resourceName As String
Dim instance As New DescriptionResourceAttribute(descriptionKey, _
type, resourceName)
public DescriptionResourceAttribute(
string descriptionKey,
Type type,
string resourceName
)
public:
DescriptionResourceAttribute(
String^ descriptionKey,
Type^ type,
String^ resourceName
)
public function DescriptionResourceAttribute(
descriptionKey : String,
type : Type,
resourceName : String
)
Parameters
- descriptionKey
Type: System.String
- type
Type: System.Type
- resourceName
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
DescriptionResourceAttribute Class
DescriptionResourceAttribute Members