CustomPropertyDescriptor.GetLinksToPathsOfCustomPropertyDescriptors Method
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
'宣言
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.