Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Get the list of CustomPropertyDescriptor links to a DomainTypeDescriptor.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.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
- typeDescriptorInstance
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainTypeDescriptor
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<CustomPropertyDescriptor>
.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.