SymbolRenameOptions Struct
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.
Options for renaming a symbol.
C#
[System.Runtime.Serialization.DataContract]
public readonly struct SymbolRenameOptions : IEquatable<Microsoft.CodeAnalysis.Rename.SymbolRenameOptions>
[<System.Runtime.Serialization.DataContract>]
type SymbolRenameOptions = struct
Public Structure SymbolRenameOptions
Implements IEquatable(Of SymbolRenameOptions)
- Inheritance
-
SymbolRenameOptions
- Attributes
- Implements
Symbol |
Options for renaming a symbol. |
Rename |
If the symbol is a type renames the file containing the type declaration as well. |
Rename |
Rename identifiers in comments that match the name of the symbol. |
Rename |
Rename identifiers in string literals that match the name of the symbol. |
Rename |
If the symbol is a method rename its overloads as well. |
Deconstruct(Boolean, Boolean, Boolean, Boolean) | |
Equals(Object) | |
Equals(Symbol |
|
Get |
|
To |
Equality(Symbol |
|
Inequality(Symbol |
產品 | 版本 |
---|---|
Roslyn | 4.2.0, 4.3.0, 4.4.0, 4.5.0, 4.6.0, 4.7.0, 4.8.0, 4.9.2, 4.12.2, 4.13.0 |