IVsProjectDesignerPage.SetProperty(String, Object) Method

Definition

Sets the given value for the given property.

public:
 void SetProperty(System::String ^ propertyName, System::Object ^ value);
public:
 void SetProperty(Platform::String ^ propertyName, Platform::Object ^ value);
void SetProperty(std::wstring const & propertyName, winrt::Windows::Foundation::IInspectable const & value);
[System.Runtime.InteropServices.DispId(3)]
public void SetProperty (string propertyName, object value);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member SetProperty : string * obj -> unit
Public Sub SetProperty (propertyName As String, value As Object)

Parameters

propertyName
String

The name of the property.

value
Object

The value to set.

Attributes

Applies to