IPropertySetStorage.Create, méthode
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
Sub Create ( _
ByRef rfmtid As Guid, _
ByRef pClsid As Guid, _
grfFlags As UInteger, _
grfMode As UInteger, _
<OutAttribute> ByRef ppprstg As IPropertyStorage _
)
void Create(
ref Guid rfmtid,
ref Guid pClsid,
uint grfFlags,
uint grfMode,
out IPropertyStorage ppprstg
)
Paramètres
- rfmtid
Type : System.Guid%
- pClsid
Type : System.Guid%
- grfFlags
Type : System.UInt32
- grfMode
Type : System.UInt32
- ppprstg
Type : Microsoft.VisualStudio.OLE.Interop.IPropertyStorage%
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.