DocumentSavedEventArgs – konstruktor
Konstruktor
Obor názvů: Microsoft.VisualStudio.Modeling.Shell
Sestavení: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntaxe
'Deklarace
Public Sub New ( _
oldFileName As String, _
newFileName As String _
)
public DocumentSavedEventArgs(
string oldFileName,
string newFileName
)
Parametry
- oldFileName
Typ: System.String
- newFileName
Typ: System.String
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.