ValidationMessage.UpdateFileReferences Method (String)
Contains the name of the file to update.
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 ( _
referencedFile As String _
)
public void UpdateFileReferences(
string referencedFile
)
public:
void UpdateFileReferences(
String^ referencedFile
)
member UpdateFileReferences :
referencedFile:string -> unit
public function UpdateFileReferences(
referencedFile : String
)
Parameters
referencedFile
Type: StringThe name of the file 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.