Share via


IVsProjectDesignerPage.GetProperty(String) Method

Definition

Gets the current value for the given property.

public:
 System::Object ^ GetProperty(System::String ^ propertyName);
public:
 Platform::Object ^ GetProperty(Platform::String ^ propertyName);
winrt::Windows::Foundation::IInspectable GetProperty(std::wstring const & propertyName);
[System.Runtime.InteropServices.DispId(2)]
public object GetProperty (string propertyName);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member GetProperty : string -> obj
Public Function GetProperty (propertyName As String) As Object

Parameters

propertyName
String

The name of the property to get.

Returns

The value of the property.

Attributes

Applies to