Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.