Share via


UserActionEventArgs.FileName Property

File name which is having problem.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Syntax

'Declaration
Public ReadOnly Property FileName As String
public string FileName { get; }
public:
property String^ FileName {
    String^ get ();
}
member FileName : string with get
function get FileName () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

UserActionEventArgs Class

Microsoft.VisualStudio.Modeling.Shell Namespace