Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates the referenced model elements.
Namespace: Microsoft.VisualStudio.Modeling.Validation
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Public Sub UpdateReferencedModelElements ( _
modelElements As IEnumerable(Of ModelElement) _
)
public void UpdateReferencedModelElements(
IEnumerable<ModelElement> modelElements
)
public:
void UpdateReferencedModelElements(
IEnumerable<ModelElement^>^ modelElements
)
member UpdateReferencedModelElements :
modelElements:IEnumerable<ModelElement> -> unit
public function UpdateReferencedModelElements(
modelElements : IEnumerable<ModelElement>
)
Parameters
- modelElements
Type: System.Collections.Generic.IEnumerable<ModelElement>
The list of model elements to update.
Remarks
Zero or more referenced model elements can be involved with this error or warning.
.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.