This member overrides ValidationContext.GetNavigationProxyModelElements(ModelElement).
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'宣言
Public Overrides Function GetNavigationProxyModelElements ( _
fromElement As ModelElement _
) As IEnumerable(Of ModelElement)
'使用
Dim instance As VsValidationContext
Dim fromElement As ModelElement
Dim returnValue As IEnumerable(Of ModelElement)
returnValue = instance.GetNavigationProxyModelElements(fromElement)
public override IEnumerable<ModelElement> GetNavigationProxyModelElements(
ModelElement fromElement
)
public:
virtual IEnumerable<ModelElement^>^ GetNavigationProxyModelElements(
ModelElement^ fromElement
) override
public override function GetNavigationProxyModelElements(
fromElement : ModelElement
) : IEnumerable<ModelElement>
Parameters
- fromElement
Type: Microsoft.VisualStudio.Modeling.ModelElement
Return Value
Type: System.Collections.Generic.IEnumerable<ModelElement>
Permissions
- 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.