ProjectNode.IVsBuildPropertyStorage.SetPropertyValue Method

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Private Function SetPropertyValue ( _
    propertyName As String, _
    configName As String, _
    storage As UInteger, _
    propertyValue As String _
) As Integer Implements IVsBuildPropertyStorage.SetPropertyValue
'使用
Dim instance As ProjectNode
Dim propertyName As String
Dim configName As String
Dim storage As UInteger
Dim propertyValue As String
Dim returnValue As Integer

returnValue = CType(instance, IVsBuildPropertyStorage).SetPropertyValue(propertyName, _
    configName, storage, propertyValue)
int IVsBuildPropertyStorage.SetPropertyValue(
    string propertyName,
    string configName,
    uint storage,
    string propertyValue
)
private:
virtual int SetPropertyValue(
    String^ propertyName, 
    String^ configName, 
    unsigned int storage, 
    String^ propertyValue
) sealed = IVsBuildPropertyStorage::SetPropertyValue
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Int32

Implements

IVsBuildPropertyStorage.SetPropertyValue(String, String, UInt32, String)

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace