AddFileOptions Class
The options that control the behavior when adding a file to a project.
Assembly: Microsoft.VisualStudio.ConnectedServices (in Microsoft.VisualStudio.ConnectedServices.dll)
| Name | Description | |
|---|---|---|
![]() | AddFileOptions() | Instantiates a new instance of the AddFileOptions class. |
| Name | Description | |
|---|---|---|
![]() | AdditionalReplacementValues | Gets or sets a dictionary of key/value pairs that will be used to replace tokens in the file. These values are additional to the values in TokenReplacementValues. In the case of conflicts, the values specified in AdditionalReplacementValues will override the TokenReplacementValues. |
![]() | OpenOnComplete | Gets or sets a value indicating whether the file should be opened after being added. The default is false |
![]() | SuppressOverwritePrompt | Gets or sets a value indicating whether to suppress prompting the end user if an existing file is detected and should be overwritten. The default is false |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


