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 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
- 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
IDocumentSavedEventArgs Interface
IDocumentSavedEventArgs Members
Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop Namespace