Skip to content

Commit 771bfa5

Browse files
committed
System.Composition docs
1 parent 2e99df5 commit 771bfa5

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

xml/System.Composition.Hosting.Core/ExportDescriptorPromise.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
<summary>Initializes a new instance of the <see cref="T:System.Composition.Hosting.Core.ExportDescriptorPromise" /> class.</summary>
6767
<remarks>
6868
</remarks>
69+
<seealso cref="T:System.Composition.Hosting.Core.ExportDescriptorProvider" />
6970
</Docs>
7071
</Member>
7172
<Member MemberName="Contract">

xml/System.Composition.Hosting.Core/LifetimeContext.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ A bound part instance is always protected by locking `this`, and should never be
4242
4343
]]></format>
4444
</remarks>
45+
<seealso cref="T:System.Composition.Export`1" />
4546
</Docs>
4647
<Members>
4748
<Member MemberName="AddBoundInstance">

xml/System.Composition/CompositionContext.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ This constructor is protected; it can only be called by classes derived from the
381381
<see langword="true" /> if an export was found; otherwise, <see langword="false" />.</returns>
382382
<remarks>
383383
</remarks>
384+
<exception cref="T:System.Composition.Hosting.CompositionFailedException" />
384385
</Docs>
385386
</Member>
386387
<Member MemberName="TryGetExport">
@@ -446,6 +447,7 @@ This constructor is protected; it can only be called by classes derived from the
446447
<see langword="true" /> if an export was found; otherwise, <see langword="false" />.</returns>
447448
<remarks>
448449
</remarks>
450+
<exception cref="T:System.Composition.Hosting.CompositionFailedException" />
449451
</Docs>
450452
</Member>
451453
<Member MemberName="TryGetExport&lt;TExport&gt;">

xml/System.Composition/SharedAttribute.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<summary>Marks the decorated part as being constrained to sharing within the specified boundary.</summary>
3535
<remarks>
3636
</remarks>
37+
<seealso cref="T:System.Composition.SharingBoundaryAttribute" />
3738
</Docs>
3839
<Members>
3940
<Member MemberName=".ctor">

xml/System.Composition/SharingBoundaryAttribute.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
<summary>When applied to an import of an <see cref="T:System.Composition.ExportFactory`1" /> object, marks the boundary of a sharing scope.</summary>
4343
<remarks>
4444
</remarks>
45+
<seealso cref="T:System.Composition.SharedAttribute" />
4546
</Docs>
4647
<Members>
4748
<Member MemberName=".ctor">

0 commit comments

Comments
 (0)