Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2010/.NET Framework 4

Other versions are also available for the following:
Visual Studio Automation and Extensibility Reference
IVCRulePropertyStorage..::.SetPropertyValue Method

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Visual Basic
Sub SetPropertyValue ( _
    bstrPropertyName As String, _
    bstrUnevaluatedPropertyValue As String _
)
C#
void SetPropertyValue(
    string bstrPropertyName,
    string bstrUnevaluatedPropertyValue
)
Visual C++
void SetPropertyValue(
    [InAttribute] String^ bstrPropertyName, 
    [InAttribute] String^ bstrUnevaluatedPropertyValue
)
F#
abstract SetPropertyValue : 
        bstrPropertyName:string * 
        bstrUnevaluatedPropertyValue:string -> unit 
JScript
function SetPropertyValue(
    bstrPropertyName : String, 
    bstrUnevaluatedPropertyValue : String
)

Parameters

bstrPropertyName
Type: System..::.String
bstrUnevaluatedPropertyValue
Type: System..::.String
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker