AddFileOptions Class

Visual Studio 2015
 

The options that control the behavior when adding a file to a project.

Namespace:   Microsoft.VisualStudio.ConnectedServices
Assembly:  Microsoft.VisualStudio.ConnectedServices (in Microsoft.VisualStudio.ConnectedServices.dll)

System::Object
  Microsoft.VisualStudio.ConnectedServices::AddFileOptions

public ref class AddFileOptions 

NameDescription
System_CAPS_pubmethodAddFileOptions()

Instantiates a new instance of the AddFileOptions class.

NameDescription
System_CAPS_pubpropertyAdditionalReplacementValues

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.

System_CAPS_pubpropertyOpenOnComplete

Gets or sets a value indicating whether the file should be opened after being added. The default is false

System_CAPS_pubpropertySuppressOverwritePrompt

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: