IVsProjectDesignerPage.SetProperty(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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