Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'宣言
Public Sub New ( _
oldFileName As String, _
newFileName As String _
)
'使用
Dim oldFileName As String
Dim newFileName As String
Dim instance As New DocumentSavedEventArgs(oldFileName, _
newFileName)
public DocumentSavedEventArgs(
string oldFileName,
string newFileName
)
public:
DocumentSavedEventArgs(
String^ oldFileName,
String^ newFileName
)
public function DocumentSavedEventArgs(
oldFileName : String,
newFileName : String
)
Parameters
- oldFileName
Type: System.String
- newFileName
Type: System.String
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.