Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public Sub UpdateFileReferences ( _
updateReferencedFiles As IEnumerable(Of String) _
)
public void UpdateFileReferences(
IEnumerable<string> updateReferencedFiles
)
public:
void UpdateFileReferences(
IEnumerable<String^>^ updateReferencedFiles
)
member UpdateFileReferences :
updateReferencedFiles:IEnumerable<string> -> unit
public function UpdateFileReferences(
updateReferencedFiles : IEnumerable<String>
)
Parameters
updateReferencedFiles
Type: IEnumerable<String>The list of names of the files to update. (null is allowed.)
.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.