Condividi tramite


Metodo IVsProjectDesignerPage.SetPropertyMultipleValues

Imposta i valori specificati per le proprietà specificate, uno per ciascuna delle configurazioni fornite.

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

Sintassi

'Dichiarazione
Sub SetPropertyMultipleValues ( _
    propertyName As String, _
    objects As Object(), _
    values As Object() _
)
void SetPropertyMultipleValues(
    string propertyName,
    Object[] objects,
    Object[] values
)

Parametri

  • objects
    Tipo: array<System.Object[]
    Le configurazioni in cui impostare la proprietà.

Note

Questa proprietà viene chiamata se la chiamata precedente corrispondente a SetProperty l'operazione viene completata correttamente, altrimenti di GetPropertyMultipleValues viene chiamato anziché.Si noti che i valori delle configurazioni non sono necessari sia un sottoinsieme di oggetti recentemente passati tramite [M:Microsoft.VisualStudio.OLE.Interop.IPropertyPage.SetObjects(System.Uint32cObjects,System.Object[]ppunk)].

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsProjectDesignerPage Interfaccia

Spazio dei nomi Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner