ExplorerBehaviorTypeDescriptor-Konstruktor (ICustomTypeDescriptor, ModelElement)
Konstruktor
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
Syntax
'Declaration
Public Sub New ( _
parent As ICustomTypeDescriptor, _
selectedElement As ModelElement _
)
public ExplorerBehaviorTypeDescriptor(
ICustomTypeDescriptor parent,
ModelElement selectedElement
)
Parameter
- parent
Typ: System.ComponentModel.ICustomTypeDescriptor
- selectedElement
Typ: Microsoft.VisualStudio.Modeling.ModelElement
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
ExplorerBehaviorTypeDescriptor Klasse