IVsBuildPropertyStorage2.SetPropertyValueEx Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'宣告
Function SetPropertyValueEx ( _
pszPropName As String, _
pszPropertyGroupCondition As String, _
storage As UInteger, _
pszPropValue As String _
) As Integer
'用途
Dim instance As IVsBuildPropertyStorage2
Dim pszPropName As String
Dim pszPropertyGroupCondition As String
Dim storage As UInteger
Dim pszPropValue As String
Dim returnValue As Integer
returnValue = instance.SetPropertyValueEx(pszPropName, _
pszPropertyGroupCondition, storage, _
pszPropValue)
int SetPropertyValueEx(
string pszPropName,
string pszPropertyGroupCondition,
uint storage,
string pszPropValue
)
int SetPropertyValueEx(
[InAttribute] String^ pszPropName,
[InAttribute] String^ pszPropertyGroupCondition,
[InAttribute] unsigned int storage,
[InAttribute] String^ pszPropValue
)
abstract SetPropertyValueEx :
pszPropName:string *
pszPropertyGroupCondition:string *
storage:uint32 *
pszPropValue:string -> int
function SetPropertyValueEx(
pszPropName : String,
pszPropertyGroupCondition : String,
storage : uint,
pszPropValue : String
) : int
Parameters
- pszPropName
Type: System.String
- pszPropertyGroupCondition
Type: System.String
- storage
Type: System.UInt32
- pszPropValue
Type: System.String
Return Value
Type: System.Int32
.NET Framework Security
- 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.
See Also
Reference
IVsBuildPropertyStorage2 Interface