AddFileOptions.AdditionalReplacementValues Property
Definition
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.
Gets 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.
public:
property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ AdditionalReplacementValues { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> AdditionalReplacementValues { get; }
member this.AdditionalReplacementValues : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property AdditionalReplacementValues As IDictionary(Of String, String)
Property Value
Returns IDictionary<TKey, TValue>.