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.StringThe name of the file to update. (a null reference (Nothing in Visual Basic) is allowed.)
Permissions
- 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.