Metodo IVsProjectDesignerPage.GetProperty

Ottiene il valore corrente della proprietà specificata.

Spazio dei nomi:  Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner
Assembly:  Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)

Sintassi

'Dichiarazione
Function GetProperty ( _
    propertyName As String _
) As Object
Object GetProperty(
    string propertyName
)

Parametri

  • propertyName
    Tipo: System.String
     Il nome della proprietà da ottenere.

Valore restituito

Tipo: System.Object
Il valore della proprietà.

Note

Questo valore verrà serializzata utilizzando il serializzatore binario e salvato per utilizzare successivamente mediante le operazioni di annullamento e ripristino.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsProjectDesignerPage Interfaccia

Spazio dei nomi Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner