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
'宣言
Function GetProperty ( _
propertyName As String _
) As Object
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.
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