DescriptionResourceAttribute Constructor (String, Type, String)

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

Permissions

See Also

Reference

DescriptionResourceAttribute Class

DescriptionResourceAttribute Members

DescriptionResourceAttribute Overload

Microsoft.VisualStudio.Modeling.Design Namespace