IActivateEventArgs.Moniker Property
Gets the full file path of the host item that was activated.
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 IActivateEventArgs
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 host item that was activated.
.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
Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop Namespace