Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Contains the name of the file to update.
Namespace: Microsoft.VisualStudio.Modeling.Validation
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaração
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.String
The 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.