次の方法で共有


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

See Also

Reference

IVsProjectDesignerPage Interface

Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner Namespace