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
'Déclaration
Function GetProperty ( _
propertyName As String _
) As Object
'Utilisation
Dim instance As IVsProjectDesignerPage
Dim propertyName As String
Dim returnValue As Object
returnValue = instance.GetProperty(propertyName)
Object GetProperty(
string propertyName
)
Object^ GetProperty(
String^ propertyName
)
abstract GetProperty :
propertyName:string -> Object
function GetProperty(
propertyName : String
) : Object
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
IVsProjectDesignerPage Members
Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner Namespace