다음을 통해 공유


UpdateExtensions.SetBuildPropertyValue Method

Definition

Sets value to a project configuration build property.

public static Microsoft.VisualStudio.ProjectSystem.Query.IAsyncUpdatable<Microsoft.VisualStudio.ProjectSystem.Query.IProjectConfigurationSnapshot> SetBuildPropertyValue (this Microsoft.VisualStudio.ProjectSystem.Query.IAsyncUpdatable<Microsoft.VisualStudio.ProjectSystem.Query.IProjectConfigurationSnapshot> configurations, string name, string value, string storageType);
static member SetBuildPropertyValue : Microsoft.VisualStudio.ProjectSystem.Query.IAsyncUpdatable<Microsoft.VisualStudio.ProjectSystem.Query.IProjectConfigurationSnapshot> * string * string * string -> Microsoft.VisualStudio.ProjectSystem.Query.IAsyncUpdatable<Microsoft.VisualStudio.ProjectSystem.Query.IProjectConfigurationSnapshot>
<Extension()>
Public Function SetBuildPropertyValue (configurations As IAsyncUpdatable(Of IProjectConfigurationSnapshot), name As String, value As String, storageType As String) As IAsyncUpdatable(Of IProjectConfigurationSnapshot)

Parameters

configurations
IAsyncUpdatable<IProjectConfigurationSnapshot>

A set of project configurations to be updated.

name
String

The name of the property.

value
String

The new value of the property.

storageType
String

The storage type for file persistence.

Returns

A set of project updated.

Applies to