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
‘사용 방법
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

See Also

Reference

IVsProjectDesignerPage Interface

IVsProjectDesignerPage Members

Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner Namespace