Share via


CustomPropertyDescriptor.GetLinksToPathsOfCustomPropertyDescriptors Method

Get the list of CustomPropertyDescriptor links to a DomainTypeDescriptor.

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 Shared Function GetLinksToPathsOfCustomPropertyDescriptors ( _
    typeDescriptorInstance As DomainTypeDescriptor _
) As ReadOnlyCollection(Of CustomPropertyDescriptor)
public static ReadOnlyCollection<CustomPropertyDescriptor> GetLinksToPathsOfCustomPropertyDescriptors(
    DomainTypeDescriptor typeDescriptorInstance
)
public:
static ReadOnlyCollection<CustomPropertyDescriptor^>^ GetLinksToPathsOfCustomPropertyDescriptors(
    DomainTypeDescriptor^ typeDescriptorInstance
)
static member GetLinksToPathsOfCustomPropertyDescriptors : 
        typeDescriptorInstance:DomainTypeDescriptor -> ReadOnlyCollection<CustomPropertyDescriptor> 
public static function GetLinksToPathsOfCustomPropertyDescriptors(
    typeDescriptorInstance : DomainTypeDescriptor
) : ReadOnlyCollection<CustomPropertyDescriptor>

Parameters

Return Value

Type: ReadOnlyCollection<CustomPropertyDescriptor>

.NET Framework Security

See Also

Reference

CustomPropertyDescriptor Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace