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
- propertyName
Type: System.String
- configName
Type: System.String
- storage
Type: System.UInt32
- propertyValue
Type: System.String
Return Value
Type: System.Int32
Implements
IVsBuildPropertyStorage.SetPropertyValue(String, String, UInt32, String)
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.