IVsProfilerAttachTargetInfo Schnittstelle

Definition

Fordert an, dass der Profiler dem angegebenen Prozess-Bezeichner angefügt wird.

public interface class IVsProfilerAttachTargetInfo : Microsoft::VisualStudio::Shell::Interop::IVsProfilerTargetInfo
public interface class IVsProfilerAttachTargetInfo : Microsoft::VisualStudio::Shell::Interop::IVsProfilerTargetInfo
__interface IVsProfilerAttachTargetInfo : Microsoft::VisualStudio::Shell::Interop::IVsProfilerTargetInfo
[System.Runtime.InteropServices.Guid("85DE5AFD-0624-45ED-B0B7-53666BEBDFDB")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProfilerAttachTargetInfo : Microsoft.VisualStudio.Shell.Interop.IVsProfilerTargetInfo
[<System.Runtime.InteropServices.Guid("85DE5AFD-0624-45ED-B0B7-53666BEBDFDB")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProfilerAttachTargetInfo = interface
    interface IVsProfilerTargetInfo
Public Interface IVsProfilerAttachTargetInfo
Implements IVsProfilerTargetInfo
Attribute
Implementiert

Hinweise

Der Prozess Bezeichner muss erst ordnungsgemäß festgelegt werden LaunchProfiler , wenn aufgerufen wurde, aber die Prozessarchitektur muss zuvor verfügbar sein.

Eigenschaften

ProcessArchitecture
ProcessId

Ruft die Prozess-ID ab, an die das Element angehängt werden soll.

Gilt für