Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
ctor to create an event args for notifying the user.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntax
'Declaration
Public Sub New ( _
fileName As String, _
cause As ExportUserAction _
)
public UserActionEventArgs(
string fileName,
ExportUserAction cause
)
public:
UserActionEventArgs(
String^ fileName,
ExportUserAction cause
)
new :
fileName:string *
cause:ExportUserAction -> UserActionEventArgs
public function UserActionEventArgs(
fileName : String,
cause : ExportUserAction
)
Parameters
fileName
Type: Stringfile name which requires the user action
cause
Type: Microsoft.VisualStudio.Modeling.Shell.ExportUserActionThe cause of the problem
.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.