Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns an IElementVisitorFilter that corresponds to the ClosureType.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Overrides Function GetClosureFilter ( _
type As ClosureType, _
rootElements As ICollection(Of ModelElement) _
) As IElementVisitorFilter
public override IElementVisitorFilter GetClosureFilter(
ClosureType type,
ICollection<ModelElement> rootElements
)
public:
virtual IElementVisitorFilter^ GetClosureFilter(
ClosureType type,
ICollection<ModelElement^>^ rootElements
) override
abstract GetClosureFilter :
type:ClosureType *
rootElements:ICollection<ModelElement> -> IElementVisitorFilter
override GetClosureFilter :
type:ClosureType *
rootElements:ICollection<ModelElement> -> IElementVisitorFilter
public override function GetClosureFilter(
type : ClosureType,
rootElements : ICollection<ModelElement>
) : IElementVisitorFilter
Parameters
type
Type: Microsoft.VisualStudio.Modeling.ClosureTypeclosure type
rootElements
Type: ICollection<ModelElement>collection of root elements
Return Value
Type: Microsoft.VisualStudio.Modeling.IElementVisitorFilter
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.