VsAppPackageLaunchInfo.PackageMoniker Field
String identifying the application package to debug. For Windows Store apps, this is the full name of the package.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Public PackageMoniker As String
public string PackageMoniker
public:
String^ PackageMoniker
val mutable PackageMoniker: string
public var PackageMoniker : String
.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.