Condividi tramite


Metodo IPropertyBag2.GetPropertyInfo

Ottiene le informazioni per le proprietà in un contenitore di proprietà senza ottenere tali proprietà.

Spazio dei nomi:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Sintassi

'Dichiarazione
Sub GetPropertyInfo ( _
    iProperty As UInteger, _
    cProperties As UInteger, _
    <OutAttribute> pPropBag As PROPBAG2(), _
    <OutAttribute> ByRef pcProperties As UInteger _
)
void GetPropertyInfo(
    uint iProperty,
    uint cProperties,
    PROPBAG2[] pPropBag,
    out uint pcProperties
)

Parametri

  • iProperty
    Tipo: System.UInt32
    [in] L'indice in base zero delle prime informazioni sulle proprietà per il quale è obbligatorio.
  • cProperties
    Tipo: System.UInt32
    [in] Il numero di proprietà per il quale ottenere informazioni.In questo argomento specifica il numero di elementi di matrice in pPropBag.
  • pPropBag
    Tipo: array<Microsoft.VisualStudio.OLE.Interop.PROPBAG2[]
    [out] l'indirizzo di una matrice di PROPBAG2 strutture che ricevono informazioni per le proprietà.Deve essere presente almeno cProperties elementi nella matrice.questo argomento non può essere NULL.
  • pcProperties
    Tipo: System.UInt32%
    [out] Il numero di informazioni delle proprietà per il quale è stato recuperato.questo argomento non può essere NULL.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IPropertyBag2 Interfaccia

Spazio dei nomi Microsoft.VisualStudio.OLE.Interop