IPropertyBag.Write Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaração
Sub Write ( _
pszPropName As String, _
ByRef pVar As Object _
)
void Write(
string pszPropName,
ref Object pVar
)
Parameters
- pszPropName
Type: System.String
- pVar
Type: System.Object%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.