DslDefinitionModelDomainModel.GetClosureFilter (Método)

Devuelve un IElementVisitorFilter que corresponde al ClosureType.

Espacio de nombres:  Microsoft.VisualStudio.Modeling.DslDefinition
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Sintaxis

'Declaración
Public Overrides Function GetClosureFilter ( _
    type As ClosureType, _
    rootElements As ICollection(Of ModelElement) _
) As IElementVisitorFilter
public override IElementVisitorFilter GetClosureFilter(
    ClosureType type,
    ICollection<ModelElement> rootElements
)

Parámetros

Valor devuelto

Tipo: Microsoft.VisualStudio.Modeling.IElementVisitorFilter
IElementVisitorFilter o NULL

Seguridad de .NET Framework

Vea también

Referencia

DslDefinitionModelDomainModel Clase

Microsoft.VisualStudio.Modeling.DslDefinition (Espacio de nombres)