ValidationMessage.UpdateFileReferences Method (String)

Contains the name of the file to update.

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

Syntax

'宣言
Public Sub UpdateFileReferences ( _
    referencedFile As String _
)
'使用
Dim instance As ValidationMessage
Dim referencedFile As String

instance.UpdateFileReferences(referencedFile)
public void UpdateFileReferences(
    string referencedFile
)
public:
void UpdateFileReferences(
    String^ referencedFile
)
public function UpdateFileReferences(
    referencedFile : String
)

Parameters

  • referencedFile
    Type: System.String

    The name of the file to update. (a null reference (Nothing in Visual Basic) is allowed.)

Permissions

See Also

Reference

ValidationMessage Class

ValidationMessage Members

UpdateFileReferences Overload

Microsoft.VisualStudio.Modeling.Validation Namespace