Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets an IntelliTraceModule from an mvid.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Function GetModule ( _
mvid As Guid _
) As IntelliTraceModule
public IntelliTraceModule GetModule(
Guid mvid
)
public:
IntelliTraceModule^ GetModule(
Guid mvid
)
member GetModule :
mvid:Guid -> IntelliTraceModule
public function GetModule(
mvid : Guid
) : IntelliTraceModule
Parameters
- mvid
Type: System.Guid
The MVID of the requested module.
Return Value
Type: Microsoft.VisualStudio.IntelliTrace.IntelliTraceModule
The IntelliTraceModule for the given MVID; null if no matching module exists.
.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.