IVsProjectDesignerPage::GetProperty Method (String^)

 

Gets the current value for the given property.

Namespace:   Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner
Assembly:  Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)

[DispIdAttribute(2)]
Object^ GetProperty(
	String^ propertyName
)

Parameters

propertyName
Type: System::String^

 The name of the property to get.

Return Value

Type: System::Object^

The value of the property.

This value will be serialized using the binary serializer, and saved for use later by the undo and redo operations.

Return to top
Show: