[Docs] Added pending inline comments to Page class#20933
Conversation
Co-authored-by: Juan Diego Herrera <juherrera@microsoft.com>
|
|
||
| /// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific/Page.xml" path="//Member[@MemberName='PrefersHomeIndicatorAutoHidden']/Docs/*" /> | ||
| /// <summary> | ||
| /// Gets a Boolean that indicates whether is allowed to hide the visual indicator for returning to the Home Screen. |
There was a problem hiding this comment.
Similar comment as SetPrefersHomeIndicatorAutoHidden
|
|
||
| /// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific/Page.xml" path="//Member[@MemberName='SetPrefersHomeIndicatorAutoHidden'][2]/Docs/*" /> | ||
| /// <summary> | ||
| /// Sets a Boolean that indicates whether is allowed to hide the visual indicator for returning to the Home Screen. |
There was a problem hiding this comment.
How is this property different to SetPrefersHomeIndicatorAutoHidden?
Co-authored-by: Juan Diego Herrera <juherrera@microsoft.com>
Co-authored-by: Juan Diego Herrera <juherrera@microsoft.com>
Co-authored-by: Juan Diego Herrera <juherrera@microsoft.com>
Co-authored-by: Juan Diego Herrera <juherrera@microsoft.com>
Co-authored-by: Juan Diego Herrera <juherrera@microsoft.com>
There was a problem hiding this comment.
This file should be entirely deleted
There was a problem hiding this comment.
This file should be entirely deleted
8136301 to
2159676
Compare
|
|
||
| /// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific/Page.xml" path="Type[@FullName='Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Page']/Docs/*" /> | ||
| /// <summary> | ||
| /// The page instance that Microsoft.Maui.Controls created on the Windows platform. |
There was a problem hiding this comment.
This isn't really correct
This is just an extension class for setting platform specifics
|
|
||
| /// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific/Page.xml" path="//Member[@MemberName='SetToolbarPlacement'][1]/Docs/*" /> | ||
| /// <summary> | ||
| /// Sets a value that controls the placement of the toolbar. |
There was a problem hiding this comment.
This doesn't actually do anything right now. Is that useful to note ?
There was a problem hiding this comment.
Not implemented
There was a problem hiding this comment.
How should we manage this case?
- Include some notes in the docs?
- Implement it?
- Deprecate/remove it.
There was a problem hiding this comment.
I think there are 2 approaches here:
- We can make it invisible from the IDE by addding
[EditorBrowsable(EditorBrowsableState.Never)] - Adding a remark saying that this functionality hasn't been implemeted yet.
The ideal scenario would be implementing the missing functionality, but that may go beyond the scop of this PR.
@davidbritch what would be your recommended approach here?
There was a problem hiding this comment.
If the API does nothing right now I'd hide it in the IDE.
There was a problem hiding this comment.
@jsuarezruiz. With this change I think we should be good to merge. I'd hate for this PR to go stale
|
|
||
| /// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific/Page.xml" path="//Member[@MemberName='SetToolbarPlacement'][1]/Docs/*" /> | ||
| /// <summary> | ||
| /// Sets a value that controls the placement of the toolbar. |
There was a problem hiding this comment.
I think there are 2 approaches here:
- We can make it invisible from the IDE by addding
[EditorBrowsable(EditorBrowsableState.Never)] - Adding a remark saying that this functionality hasn't been implemeted yet.
The ideal scenario would be implementing the missing functionality, but that may go beyond the scop of this PR.
@davidbritch what would be your recommended approach here?
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Description of Change
Added pending inline comments to Page class.