Share via


CompartmentMapHasElementsDisplayedPath Constructor (CompartmentMap, DomainPath)

Constructor Creates a CompartmentMapHasElementsDisplayedPath link in the same Partition as the given CompartmentMap

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

Syntax

'Declaration
Public Sub New ( _
    source As CompartmentMap, _
    target As DomainPath _
)
public CompartmentMapHasElementsDisplayedPath(
    CompartmentMap source,
    DomainPath target
)
public:
CompartmentMapHasElementsDisplayedPath(
    CompartmentMap^ source, 
    DomainPath^ target
)
new : 
        source:CompartmentMap * 
        target:DomainPath -> CompartmentMapHasElementsDisplayedPath
public function CompartmentMapHasElementsDisplayedPath(
    source : CompartmentMap, 
    target : DomainPath
)

Parameters

.NET Framework Security

See Also

Reference

CompartmentMapHasElementsDisplayedPath Class

CompartmentMapHasElementsDisplayedPath Overload

Microsoft.VisualStudio.Modeling.DslDefinition Namespace