Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.
See Also
Reference
DocumentSavedEventArgs Members
Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace