ICodeRefactoringEvents.NamespaceNameChanging Event
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when the name of a namespace is about to be changed.
public:
event EventHandler<Microsoft::VisualStudio::SharePoint::NamespaceNameChangingEventArgs ^> ^ NamespaceNameChanging;
C#
event EventHandler<Microsoft.VisualStudio.SharePoint.NamespaceNameChangingEventArgs> NamespaceNameChanging;
member this.NamespaceNameChanging : EventHandler<Microsoft.VisualStudio.SharePoint.NamespaceNameChangingEventArgs>
Event NamespaceNameChanging As EventHandler(Of NamespaceNameChangingEventArgs)
Use event arguments to either list additional files that might be affected by your code or to cancel refactoring.
Proizvod | Verzije |
---|---|
SharePoint Projects | 2017, 2019, 2022 |