Share via


IDocumentSavedEventArgs.Moniker Property

Gets the full file path of the document.

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

Syntax

'Declaration
ReadOnly Property Moniker As String
'Usage
Dim instance As IDocumentSavedEventArgs 
Dim value As String 

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

Property Value

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

.NET Framework Security

See Also

Reference

IDocumentSavedEventArgs Interface

IDocumentSavedEventArgs Members

Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop Namespace