Skip to content

Commit f8753e2

Browse files
committed
fix path typo
1 parent ddefeda commit f8753e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Runtime.InteropServices/Marshal.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2886,7 +2886,7 @@ The example calls <xref:System.Runtime.InteropServices.Marshal.GetActiveObject%2
28862886
The code retrieves a reference to an instance of Microsoft Word successfully. However, because Microsoft Excel is not running, the attempt to retrieve the second object raises a <xref:System.Runtime.InteropServices.COMException>.
28872887

28882888
:::code language="csharp" source="~/snippets/csharp/System.Runtime.InteropServices/Marshal/GetActiveObject/marshal.getactiveobject.cs" id="Snippet1":::
2889-
:::code language="vb" source="~/snippets/System.Runtime.InteropServices/Marshal/GetActiveObject/marshal.getactiveobject.vb" id="Snippet1":::
2889+
:::code language="vb" source="~/snippets/visualbasic/System.Runtime.InteropServices/Marshal/GetActiveObject/marshal.getactiveobject.vb" id="Snippet1":::
28902890
]]></format>
28912891
</example>
28922892
<exception cref="T:System.Runtime.InteropServices.COMException">The object was not found.</exception>

0 commit comments

Comments
 (0)