Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the name of the file to update.
Namespace: Microsoft.VisualStudio.Modeling.Validation
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.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: System.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.