ValidationMessage.UpdateReferencedModelElements Method
Updates the referenced model elements.
Namespace: Microsoft.VisualStudio.Modeling.Validation
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.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: 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.