VSConstants.AppPackageDebugTargets Class

Contains command ids for an app package debug target command set.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.VSConstants.AppPackageDebugTargets

Namespace:  Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public NotInheritable Class AppPackageDebugTargets
public static class AppPackageDebugTargets
public ref class AppPackageDebugTargets abstract sealed
[<AbstractClass>]
[<Sealed>]
type AppPackageDebugTargets =  class end
public final class AppPackageDebugTargets

The VSConstants.AppPackageDebugTargets type exposes the following members.

Fields

  Name Description
Public fieldStatic member cmdidAppPackage_LocalMachine Windows app package local machine command id.
Public fieldStatic member cmdidAppPackage_RemoteMachine Windows app package remote machine command id.
Public fieldStatic member cmdidAppPackage_Simulator Windows app package simulator command id.
Public fieldStatic member cmdidAppPackage_TetheredDevice Windows app package tethered device command id.
Public fieldStatic member guidAppPackageDebugTargetCmdSet Windows app package debug target command set GUID.
Public fieldStatic member guidAppPackageDebugTargetCmdSetString Windows app package debug target command set GUID.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio Namespace