다음을 통해 공유


Dsl Constructor (Store, array<PropertyAssignment )

Constructor

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)

Syntax

‘선언
Public Sub New ( _
    store As Store, _
    ParamArray propertyAssignments As PropertyAssignment() _
)
public Dsl(
    Store store,
    params PropertyAssignment[] propertyAssignments
)
public:
Dsl(
    Store^ store, 
    ... array<PropertyAssignment^>^ propertyAssignments
)
new : 
        store:Store * 
        propertyAssignments:PropertyAssignment[] -> Dsl
public function Dsl(
    store : Store, 
    ... propertyAssignments : PropertyAssignment[]
)

Parameters

.NET Framework Security

See Also

Reference

Dsl Class

Dsl Overload

Microsoft.VisualStudio.Modeling.DslDefinition Namespace