Megosztás a következőn keresztül:


BinaryManager.SetProperty Method (String, String)

 

Sets a global build property.

Namespace:   Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)

Syntax

public void SetProperty(
    string name,
    string value
)
public:
void SetProperty(
    String^ name,
    String^ value
)
member SetProperty : 
        name:string *
        value:string -> unit
Public Sub SetProperty (
    name As String,
    value As String
)

Parameters

  • value
    Type: System.String

    The value that corresponds to the property name.

Remarks

The meaning of setting a property depends on the implementation and the specific project. This call may raise the BinaryItemsChanged event.

See Also

BinaryManager Class
Microsoft.VisualStudio.Tools.Applications Namespace

Return to top