DocumentRenameOptions Struct

Definition

Options for renaming a document.

[System.Runtime.Serialization.DataContract]
public readonly struct DocumentRenameOptions : IEquatable<Microsoft.CodeAnalysis.Rename.DocumentRenameOptions>
[<System.Runtime.Serialization.DataContract>]
type DocumentRenameOptions = struct
Public Structure DocumentRenameOptions
Implements IEquatable(Of DocumentRenameOptions)
Inheritance
DocumentRenameOptions
Attributes
Implements

Constructors

DocumentRenameOptions(Boolean, Boolean)

Options for renaming a document.

Properties

RenameMatchingTypeInComments

If the document contains a type declaration with matching name rename identifiers in comments that match the name as well.

RenameMatchingTypeInStrings

If the document contains a type declaration with matching name rename identifiers in strings that match the name as well.

Methods

Deconstruct(Boolean, Boolean)
Equals(DocumentRenameOptions)
Equals(Object)
GetHashCode()
ToString()

Operators

Equality(DocumentRenameOptions, DocumentRenameOptions)
Inequality(DocumentRenameOptions, DocumentRenameOptions)

Applies to