Skip to content

Commit e78cefb

Browse files
authored
Merge pull request #5680 from drewnoakes/doc-cleanup
Remove empty documentation elements
2 parents 88dbc67 + c60cca3 commit e78cefb

207 files changed

Lines changed: 55 additions & 3606 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Microsoft.VisualStudio.AppDesigner/ApplicationDesigner/ApplicationDesignerEditorFactory.vb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
150150
''' <summary>
151151
''' Disconnect from the owning site
152152
''' </summary>
153-
''' <remarks></remarks>
154153
Public Function Close() As Integer Implements IVsEditorFactory.Close
155154
_siteProvider = Nothing
156155
_site = Nothing
@@ -159,7 +158,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
159158
''' <summary>
160159
''' Wrapper of COM interface which delegates to Internal
161160
''' </summary>
162-
''' <remarks></remarks>
163161
Private Function IVsEditorFactory_CreateEditorInstance(
164162
vscreateeditorflags As UInteger,
165163
FileName As String,
@@ -209,7 +207,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
209207
''' </summary>
210208
''' <param name="rguidLogicalView"></param>
211209
''' <param name="pbstrPhysicalView"></param>
212-
''' <remarks></remarks>
213210
Public Function MapLogicalView(ByRef rguidLogicalView As Guid, ByRef pbstrPhysicalView As String) As Integer Implements IVsEditorFactory.MapLogicalView
214211
pbstrPhysicalView = Nothing
215212

@@ -229,7 +226,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
229226
''' Called by owning site after creation
230227
''' </summary>
231228
''' <param name="Site"></param>
232-
''' <remarks></remarks>
233229
Public Function SetSite(Site As OLE.Interop.IServiceProvider) As Integer Implements IVsEditorFactory.SetSite
234230
'This same Site already set? Or Site not yet initialized (= Nothing)? If so, NOP.
235231
If _site Is Site Then

src/Microsoft.VisualStudio.AppDesigner/ApplicationDesigner/ApplicationDesignerLoader.vb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
2323
''' <summary>
2424
''' Designer loader for the ApplicationDesigner
2525
''' </summary>
26-
''' <remarks></remarks>
2726
Public NotInheritable Class ApplicationDesignerLoader
2827
Inherits BasicDesignerLoader
2928
Implements IDisposable
@@ -49,7 +48,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
4948
''' NOTE: Remember to call RemoveService on any service object we don't own, when the Loader is disposed
5049
''' Otherwise, the service container will dispose those objects.
5150
''' </summary>
52-
''' <remarks></remarks>
5351
Protected Overrides Sub Initialize()
5452
MyBase.Initialize()
5553

@@ -89,7 +87,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
8987
''' <param name="Hierarchy"></param>
9088
''' <param name="ItemId"></param>
9189
''' <param name="punkDocData"></param>
92-
''' <remarks></remarks>
9390
Public Sub InitializeEx(ServiceProvider As Shell.ServiceProvider, Hierarchy As IVsHierarchy, ItemId As UInteger, punkDocData As Object)
9491

9592
If m_DocDataService IsNot Nothing Then
@@ -117,7 +114,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
117114
''' it needs an updated version of the file contents).
118115
''' </summary>
119116
''' <param name="serializationManager"></param>
120-
''' <remarks></remarks>
121117
Protected Overrides Sub PerformFlush(serializationManager As IDesignerSerializationManager)
122118
Debug.Assert(Modified, "PerformFlush shouldn't get called if the designer's not dirty")
123119

@@ -207,7 +203,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
207203
''' Dispose of managed and unmanaged resources
208204
''' </summary>
209205
''' <param name="disposing">True if calling from Dispose()</param>
210-
''' <remarks></remarks>
211206
Protected Overloads Sub Dispose(disposing As Boolean)
212207
If disposing Then
213208
LoaderHost.RemoveService(GetType(DesignerDocDataService))

src/Microsoft.VisualStudio.AppDesigner/ApplicationDesigner/ApplicationDesignerPanel.vb

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
8585
''' <param name="Hierarchy"></param>
8686
''' <param name="ItemId"></param>
8787
''' <param name="PropertyPageInfo"></param>
88-
''' <remarks></remarks>
8988
Public Sub New(View As ApplicationDesignerView, Hierarchy As IVsHierarchy, ItemId As UInteger, PropertyPageInfo As PropertyPageInfo)
9089
Me.New(View, Hierarchy, ItemId)
9190

@@ -105,7 +104,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
105104
''' <param name="View">The owning project designer view</param>
106105
''' <param name="Hierarchy"></param>
107106
''' <param name="ItemId"></param>
108-
''' <remarks></remarks>
109107
Public Sub New(View As ApplicationDesignerView, Hierarchy As IVsHierarchy, ItemId As UInteger)
110108
Debug.Assert(View IsNot Nothing)
111109
Debug.Assert(Hierarchy IsNot Nothing)
@@ -130,8 +128,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
130128
''' Returns the PropertyPageInfo for this designer panel, if it corresponds to a property page.
131129
''' Otherwise returns Nothing.
132130
''' </summary>
133-
''' <value></value>
134-
''' <remarks></remarks>
135131
Public ReadOnly Property PropertyPageInfo() As PropertyPageInfo
136132
Get
137133
Return _propertyPageInfo
@@ -169,8 +165,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
169165
''' Provides a custom view control that can be displayed instead of hosting a designer. We can display either
170166
''' a custom view provider or a hosted designer, but not both at once.
171167
''' </summary>
172-
''' <value></value>
173-
''' <remarks></remarks>
174168
Public Property CustomViewProvider() As CustomViewProvider
175169
Get
176170
Return _customViewProvider
@@ -572,7 +566,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
572566
''' <summary>
573567
''' Notify the shell of the current selection so that the Project menus etc. are correct
574568
''' </summary>
575-
''' <remarks></remarks>
576569
Private Sub UpdateSelection()
577570
Common.Switches.TracePDPerfBegin("ApplicationDesignerPanel.UpdateSelection")
578571
'When we call IVsWindowFrame.Hide() on a tab (when changing to another tab), the shell nulls out the
@@ -653,9 +646,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
653646
''' <summary>
654647
''' Get/set the window frame owned by this panel
655648
''' </summary>
656-
''' <value></value>
657-
''' <returns></returns>
658-
''' <remarks></remarks>
659649
Public Property VsWindowFrame() As IVsWindowFrame
660650
Get
661651
Return _vsWindowFrame
@@ -679,8 +669,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
679669
''' The Guid used by the editor for this panel. For property pages, this is always
680670
''' PropPageDesignerView's guid.
681671
''' </summary>
682-
''' <value></value>
683-
''' <remarks></remarks>
684672
Public Property EditorGuid() As Guid
685673
Get
686674
Return _editorGuid
@@ -699,8 +687,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
699687
''' The Guid used by the object actually represented in this panel. For property pages,
700688
''' this is the guid of the property page. For all others, this is the same as EditorGuid.
701689
''' </summary>
702-
''' <value></value>
703-
''' <remarks></remarks>
704690
Public ReadOnly Property ActualGuid() As Guid
705691
Get
706692
If _propertyPageInfo IsNot Nothing Then
@@ -714,8 +700,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
714700
''' <summary>
715701
''' Physical view guid for the editor
716702
''' </summary>
717-
''' <value></value>
718-
''' <remarks></remarks>
719703
Public Property PhysicalView() As String
720704
Get
721705
Return _physicalView
@@ -728,8 +712,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
728712
''' <summary>
729713
''' The editor's caption
730714
''' </summary>
731-
''' <value></value>
732-
''' <remarks></remarks>
733715
Public Property EditorCaption() As String
734716
Get
735717
Return _editorCaption
@@ -742,8 +724,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
742724
''' <summary>
743725
''' The filename moniker of the file which is being edited by the editor
744726
''' </summary>
745-
''' <value></value>
746-
''' <remarks></remarks>
747727
Public Property MkDocument() As String
748728
Get
749729
If _mkDocument <> "" Then
@@ -763,8 +743,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
763743
''' <summary>
764744
''' The filename moniker of the file which is being edited by the editor
765745
''' </summary>
766-
''' <value></value>
767-
''' <remarks></remarks>
768746
Public Property CustomMkDocumentProvider() As CustomDocumentMonikerProvider
769747
Get
770748
Return _customMkDocumentProvider
@@ -778,8 +756,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
778756
''' <summary>
779757
''' The DocData for the editor
780758
''' </summary>
781-
''' <value></value>
782-
''' <remarks></remarks>
783759
Public Property DocData() As Object
784760
Get
785761
Return _docData
@@ -792,8 +768,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
792768
''' <summary>
793769
''' The DocView for the editor
794770
''' </summary>
795-
''' <value></value>
796-
''' <remarks></remarks>
797771
Public Property DocView() As Control
798772
Get
799773
Return _docView
@@ -806,8 +780,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
806780
''' <summary>
807781
''' Flags to be passed to VsUIShellOpenDocument
808782
''' </summary>
809-
''' <value></value>
810-
''' <remarks></remarks>
811783
Public Property EditFlags() As UInteger
812784
Get
813785
Return _editFlags
@@ -820,8 +792,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
820792
''' <summary>
821793
''' The title that should be used for this panel's tab
822794
''' </summary>
823-
''' <value></value>
824-
''' <remarks></remarks>
825795
Public Property TabTitle() As String
826796
Get
827797
Return _tabTitle
@@ -843,8 +813,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
843813
''' <summary>
844814
''' The name for the tab that is not localized and is seen by QA automation tools
845815
''' </summary>
846-
''' <value></value>
847-
''' <remarks></remarks>
848816
Public Property TabAutomationName() As String
849817
Get
850818
Return _tabAutomationName
@@ -860,7 +828,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
860828
''' same size as the hosting panel (as if it were dock filled). This sets the native
861829
''' window's size to the size of the hosting panel.
862830
''' </summary>
863-
''' <remarks></remarks>
864831
Protected Sub UpdateWindowFrameBounds()
865832
'Note: don't need to worry about updating size of CustomView because it's set to dock fill
866833
If VsWindowFrame IsNot Nothing Then
@@ -900,7 +867,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
900867
''' Commits any pending changes on the designer
901868
''' </summary>
902869
''' <returns>return False if it failed</returns>
903-
''' <remarks></remarks>
904870
Public Function CommitPendingEdit() As Boolean
905871
If VsWindowFrame IsNot Nothing Then
906872
Dim docViewObject As Object = Nothing
@@ -996,8 +962,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
996962
''' <summary>
997963
''' Returns true if this page should show the '*' dirty indicator in its tab
998964
''' </summary>
999-
''' <returns></returns>
1000-
''' <remarks></remarks>
1001965
Public Function IsDirty() As Boolean
1002966
If IsPropertyPage Then
1003967
'CONSIDER: If we decide to support IVsDocDataContainer, then DocDatas contained by the property
@@ -1030,7 +994,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
1030994
''' </summary>
1031995
''' <param name="sender"></param>
1032996
''' <param name="e"></param>
1033-
''' <remarks></remarks>
1034997
Private Sub PageHostingPanel_HandleCreated(sender As Object, e As EventArgs) Handles _pageHostingPanel.HandleCreated
1035998
If _vsWindowFrame IsNot Nothing Then
1036999
Debug.Fail("PageHostingPanel handle was recreated after the nested window frame's ParentHwnd property was set to its HWND. " _
@@ -1045,7 +1008,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
10451008
''' Disposes of contained objects
10461009
''' </summary>
10471010
''' <param name="disposing"></param>
1048-
''' <remarks></remarks>
10491011
Protected Overloads Overrides Sub Dispose(disposing As Boolean)
10501012
If disposing Then
10511013
' Dispose managed resources.
@@ -1145,8 +1107,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
11451107
''' to avoid that we just close this property page and leave the app designer open...
11461108
''' </summary>
11471109
''' <param name="pgrfSaveOptions"></param>
1148-
''' <returns></returns>
1149-
''' <remarks></remarks>
11501110
Private Function OnClose(ByRef pgrfSaveOptions As UInteger) As Integer Implements IVsWindowFrameNotify2.OnClose
11511111
If _inOnClose Then
11521112
Return NativeMethods.S_OK

src/Microsoft.VisualStudio.AppDesigner/ApplicationDesigner/ApplicationDesignerRootComponent.vb

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
1+
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
22

33
Imports System.ComponentModel
44
Imports System.ComponentModel.Design
@@ -10,7 +10,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
1010
''' <summary>
1111
''' This class represents the root component of the Application Designer.
1212
''' </summary>
13-
''' <remarks></remarks>
1413
<Designer(GetType(ApplicationDesignerRootDesigner), GetType(IRootDesigner))>
1514
Public NotInheritable Class ApplicationDesignerRootComponent
1615
Inherits Component
@@ -26,7 +25,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
2625
''' resx file to be edited by the user.
2726
''' </summary>
2827
''' <value>The associated ResourceEditorRootDesigner.</value>
29-
''' <remarks></remarks>
3028
Public ReadOnly Property RootDesigner() As ApplicationDesignerRootDesigner
3129
Get
3230
If _rootDesigner Is Nothing Then
@@ -44,8 +42,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
4442
''' <summary>
4543
''' The IVsHierarchy associated with the AppDesigner node
4644
''' </summary>
47-
''' <value></value>
48-
''' <remarks></remarks>
4945
Public Property Hierarchy() As IVsHierarchy
5046
Get
5147
Return _hierarchy
@@ -58,8 +54,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
5854
''' <summary>
5955
''' The ItemId associated with the AppDesigner node
6056
''' </summary>
61-
''' <value></value>
62-
''' <remarks></remarks>
6357
Public Property ItemId() As UInteger
6458
Get
6559
Return _itemId

src/Microsoft.VisualStudio.AppDesigner/ApplicationDesigner/ApplicationDesignerRootDesigner.vb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
1313
''' This is the designer for the top-level resource editor component (ApplicationDesigner). I.e., this
1414
''' is the top-level designer.
1515
''' </summary>
16-
''' <remarks></remarks>
1716
Public NotInheritable Class ApplicationDesignerRootDesigner
1817
Inherits AppDesDesignerFramework.BaseRootDesigner
1918
Implements IRootDesigner
@@ -25,7 +24,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
2524
''' Returns the ApplicationDesignerRootComponent component that is being edited by this designer.
2625
''' </summary>
2726
''' <value>The ApplicationDesignerRootComponent object.</value>
28-
''' <remarks></remarks>
2927
Public Shadows ReadOnly Property Component() As ApplicationDesignerRootComponent
3028
Get
3129
Dim RootComponent As ApplicationDesignerRootComponent = CType(MyBase.Component, ApplicationDesignerRootComponent)
@@ -60,7 +58,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
6058
''' Disposes of the root designer
6159
''' </summary>
6260
''' <param name="Disposing"></param>
63-
''' <remarks></remarks>
6461
Protected Overloads Overrides Sub Dispose(Disposing As Boolean)
6562
If Disposing Then
6663
If _view IsNot Nothing Then
@@ -77,7 +74,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
7774
''' We currently support only Windows Forms technology (i.e., our designer view, ResourceEditorView,
7875
''' inherits from System.Windows.Forms.Control)
7976
''' </summary>
80-
''' <value></value>
8177
''' <remarks>
8278
''' The view technology we support, which is currently only Windows Forms
8379
''' </remarks>
@@ -92,7 +88,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
9288
''' our resource editor's designer surface. In this case, we return an instance of ResourceEditorView.
9389
''' </summary>
9490
''' <param name="Technology"></param>
95-
''' <returns></returns>
9691
''' <remarks>
9792
''' The newly-instantiated ResourceEditorView object.
9893
''' </remarks>
@@ -114,8 +109,6 @@ Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner
114109
''' <summary>
115110
''' Wrapper function to expose our UI object
116111
''' </summary>
117-
''' <returns></returns>
118-
''' <remarks></remarks>
119112
Public Function GetView() As ApplicationDesignerView
120113
Return CType(RootDesigner_GetView(ViewTechnology.Default), ApplicationDesignerView)
121114
End Function

0 commit comments

Comments
 (0)