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: String

    The name of the file to update. (null is allowed.)

.NET Framework Security

See Also

Reference

ValidationMessage Class

UpdateFileReferences Overload

Microsoft.VisualStudio.Modeling.Validation Namespace