ValidationMessage::UpdateFileReferences Method (IEnumerable<String^>^)

 

Contains the names of files to update from a list of zero or more file names.

Namespace:   Microsoft.VisualStudio.Modeling.Validation
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
void UpdateFileReferences(
	IEnumerable<String^>^ updateReferencedFiles
)

Parameters

updateReferencedFiles
Type: System.Collections.Generic::IEnumerable<String^>^

The list of names of the files to update. (null is allowed.)

Return to top
Show: