Share via


DocumentSavedEventArgs.Moniker Property

Gets the full file path of the saved document.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
Public ReadOnly Property Moniker As String
'Usage
Dim instance As DocumentSavedEventArgs 
Dim value As String 

value = instance.Moniker
public string Moniker { get; }
public:
property String^ Moniker {
    String^ get ();
}
public function get Moniker () : String

Property Value

Type: System.String
The full file path of the saved document.

.NET Framework Security

See Also

Reference

DocumentSavedEventArgs Class

DocumentSavedEventArgs Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace