DescriptionResourceAttribute Constructor (String, Type)

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 _
)
'使用
Dim descriptionKey As String
Dim type As Type

Dim instance As New DescriptionResourceAttribute(descriptionKey, _
    type)
public DescriptionResourceAttribute(
    string descriptionKey,
    Type type
)
public:
DescriptionResourceAttribute(
    String^ descriptionKey, 
    Type^ type
)
public function DescriptionResourceAttribute(
    descriptionKey : String, 
    type : Type
)

Parameters

Permissions

See Also

Reference

DescriptionResourceAttribute Class

DescriptionResourceAttribute Members

DescriptionResourceAttribute Overload

Microsoft.VisualStudio.Modeling.Design Namespace