IVsProjectDesignerPage.GetProperty Method
Gets the current value for the given property.
Namespace: Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner
Assembly: Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)
Syntax
'Declaration
Function GetProperty ( _
propertyName As String _
) As Object
Object GetProperty(
string propertyName
)
Object^ GetProperty(
String^ propertyName
)
abstract GetProperty :
propertyName:string -> Object
function GetProperty(
propertyName : String
) : Object
Parameters
propertyName
Type: StringThe name of the property to get.
Return Value
Type: Object
The value of the property.
Remarks
This value will be serialized using the binary serializer, and saved for use later by the undo and redo operations.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsProjectDesignerPage Interface
Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner Namespace