Skip to content

Commit

Permalink
Remove ExportFontAttribute.EmbeddedFontResourceId (#5010)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Mar 3, 2022
1 parent a840828 commit d5ef06d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
19 changes: 0 additions & 19 deletions src/Controls/docs/Microsoft.Maui.Controls/ExportFontAttribute.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,25 +62,6 @@
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="EmbeddedFontResourceId">
<MemberSignature Language="C#" Value="public string EmbeddedFontResourceId { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string EmbeddedFontResourceId" />
<MemberSignature Language="DocId" Value="P:Microsoft.Maui.Controls.ExportFontAttribute.EmbeddedFontResourceId" />
<MemberSignature Language="F#" Value="member this.EmbeddedFontResourceId : string with get, set" Usage="Microsoft.Maui.Controls.ExportFontAttribute.EmbeddedFontResourceId" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Maui.Controls.Core</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="FontFileName">
<MemberSignature Language="C#" Value="public string FontFileName { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string FontFileName" />
Expand Down
2 changes: 0 additions & 2 deletions src/Controls/src/Core/ExportFontAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ public ExportFontAttribute(string fontFileName)
FontFileName = fontFileName;
}

/// <include file="../../docs/Microsoft.Maui.Controls/ExportFontAttribute.xml" path="//Member[@MemberName='EmbeddedFontResourceId']/Docs" />
public string EmbeddedFontResourceId { get; set; }
/// <include file="../../docs/Microsoft.Maui.Controls/ExportFontAttribute.xml" path="//Member[@MemberName='FontFileName']/Docs" />
public string FontFileName { get; }
}
Expand Down

0 comments on commit d5ef06d

Please sign in to comment.