CustomPropertyDescriptor.GetLinksToPathsOfCustomPropertyDescriptors-Methode
Ruft die Liste der CustomPropertyDescriptor-Links für DomainTypeDescriptor ab.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
Syntax
'Declaration
Public Shared Function GetLinksToPathsOfCustomPropertyDescriptors ( _
typeDescriptorInstance As DomainTypeDescriptor _
) As ReadOnlyCollection(Of CustomPropertyDescriptor)
public static ReadOnlyCollection<CustomPropertyDescriptor> GetLinksToPathsOfCustomPropertyDescriptors(
DomainTypeDescriptor typeDescriptorInstance
)
Parameter
- typeDescriptorInstance
Typ: Microsoft.VisualStudio.Modeling.DslDefinition.DomainTypeDescriptor
Rückgabewert
Typ: System.Collections.ObjectModel.ReadOnlyCollection<CustomPropertyDescriptor>
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.