ShapeMapReferencesClass.GetLinksToShapeMaps Method
Get the list of ShapeMapReferencesClass links to a DomainClass.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'Dichiarazione
Public Shared Function GetLinksToShapeMaps ( _
classInstance As DomainClass _
) As ReadOnlyCollection(Of ShapeMapReferencesClass)
public static ReadOnlyCollection<ShapeMapReferencesClass> GetLinksToShapeMaps(
DomainClass classInstance
)
public:
static ReadOnlyCollection<ShapeMapReferencesClass^>^ GetLinksToShapeMaps(
DomainClass^ classInstance
)
static member GetLinksToShapeMaps :
classInstance:DomainClass -> ReadOnlyCollection<ShapeMapReferencesClass>
public static function GetLinksToShapeMaps(
classInstance : DomainClass
) : ReadOnlyCollection<ShapeMapReferencesClass>
Parameters
- classInstance
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ShapeMapReferencesClass>
.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.