ActivateProjectHostItemEventArgs Constructor (String)
Initializes a new instance of the ActivateProjectHostItemEventArgs class with a moniker for the host item.
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 Sub New ( _
moniker As String _
)
'Usage
Dim moniker As String
Dim instance As New ActivateProjectHostItemEventArgs(moniker)
public ActivateProjectHostItemEventArgs(
string moniker
)
public:
ActivateProjectHostItemEventArgs(
String^ moniker
)
public function ActivateProjectHostItemEventArgs(
moniker : String
)
Parameters
moniker
Type: System.StringText containing the full file path of the host item.
.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
ActivateProjectHostItemEventArgs Class
ActivateProjectHostItemEventArgs Members
ActivateProjectHostItemEventArgs Overload
Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace